diff --git a/README.md b/README.md index f433b44644..917235fdaf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + Logo @@ -17,18 +17,18 @@ · Website · - Issues + Issues

Join Cal.com Slack Product Hunt - Github Stars + Github Stars Hacker News - License + License - Commits-per-month + Commits-per-month Pricing Jitsu Tracked @@ -91,7 +91,7 @@ Here is what you need to be able to run Cal. 1. Clone the repo ```sh - git clone https://github.com/calendso/calendso.git + git clone https://github.com/calcom/cal.com.git ``` 1. Go to the project folder @@ -246,14 +246,13 @@ yarn test-playwright The Docker configuration for Cal is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk. -If you want to contribute to the Docker repository, [reply here](https://github.com/calendso/docker/discussions/32). +If you want to contribute to the Docker repository, [reply here](https://github.com/calcom/docker/discussions/32). + +The Docker configuration can be found [in our docker repository](https://github.com/calcom/docker). -The Docker configuration can be found [in our docker repository](https://github.com/calendso/docker). - - ### Heroku - + Deploy @@ -267,7 +266,7 @@ You can deploy Cal on [Railway](https://railway.app/) using the button above. Th ## Roadmap -See the [open issues](https://github.com/calendso/calendso/issues) for a list of proposed features (and known issues). +See the [open issues](https://github.com/calcom/cal.com/issues) for a list of proposed features (and known issues). @@ -352,5 +351,4 @@ Special thanks to these amazing projects which help power Cal.com: [](https://jitsu.com/?utm_source=cal.com-gihub) -Cal.com is an [open startup](https://jitsu.com) and [Jitsu](https://github.com/jitsucom/jitsu) (an open-source Segment alternative) helps us to track most of the usage metrics. - +Cal.com is an [open startup](https://jitsu.com) and [Jitsu](https://github.com/jitsucom/jitsu) (an open-source Segment alternative) helps us to track most of the usage metrics. diff --git a/app.json b/app.json index 15095fb55d..18b4e2a5e6 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "name": "Cal.com", "description": "Open Source Scheduling", - "repository": "https://github.com/calendso/calendso", + "repository": "https://github.com/calcom/cal.com", "logo": "https://cal.com/android-chrome-512x512.png", "keywords": ["react", "typescript", "node", "nextjs", "prisma", "postgres", "trpc"] } diff --git a/ee/README.md b/ee/README.md index f2f9aa488e..9dc74279a2 100644 --- a/ee/README.md +++ b/ee/README.md @@ -11,9 +11,9 @@ Welcome to the Enterprise Edition ("/ee") of Cal.com. -The [/ee](https://github.com/calendso/calendso/tree/main/ee) subfolder is the place for all the **Pro** features from our [hosted](https://cal.com/pricing) plan and [enterprise-grade](https://cal.com/enterprise) features such as SSO, SAML, ADFS, OIDC, SCIM, SIEM, HRIS and much more. +The [/ee](https://github.com/calcom/cal.com/tree/main/ee) subfolder is the place for all the **Pro** features from our [hosted](https://cal.com/pricing) plan and [enterprise-grade](https://cal.com/enterprise) features such as SSO, SAML, ADFS, OIDC, SCIM, SIEM, HRIS and much more. -> _❗ WARNING: This repository is copyrighted (unlike our [main repo](https://github.com/calendso/calendso)). You are not allowed to use this code to host your own version of app.cal.com without obtaining a proper [license](https://cal.com/enterprise) first❗_ +> _❗ WARNING: This repository is copyrighted (unlike our [main repo](https://github.com/calcom/cal.com)). You are not allowed to use this code to host your own version of app.cal.com without obtaining a proper [license](https://cal.com/enterprise) first❗_ ## Setting up Stripe diff --git a/ee/components/LicenseBanner.tsx b/ee/components/LicenseBanner.tsx index 34e79bf14b..63b467f9f9 100644 --- a/ee/components/LicenseBanner.tsx +++ b/ee/components/LicenseBanner.tsx @@ -11,7 +11,7 @@ export default function LicenseBanner() { const { t } = useLocale(); /* Set this value to 'agree' to accept our license: - LICENSE: https://github.com/calendso/calendso/blob/main/LICENSE + LICENSE: https://github.com/calcom/cal.com/blob/main/LICENSE Summary of terms: - The codebase has to stay open source, whether it was modified or not