mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Fix Rename github org
This commit is contained in:
@@ -19,7 +19,7 @@ We welcome pull requests, but only if they meet the project's quality and design
|
||||
3. **Add the upstream remote**:
|
||||
|
||||
```bash
|
||||
git remote add upstream https://github.com/CompassMeet/Compass.git
|
||||
git remote add upstream https://github.com/CompassConnections/Compass.git
|
||||
```
|
||||
|
||||
## Create a New Branch
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
[](https://github.com/CompassMeet/Compass/actions/workflows/ci.yml)
|
||||
[](https://github.com/CompassMeet/Compass/actions/workflows/cd.yml)
|
||||
[](https://github.com/CompassConnections/Compass/actions/workflows/ci.yml)
|
||||
[](https://github.com/CompassConnections/Compass/actions/workflows/cd.yml)
|
||||

|
||||
|
||||
# Compass
|
||||
|
||||
@@ -13,7 +13,7 @@ export const Footer = ({
|
||||
<hr style={{border: 'none', borderTop: '1px solid #e0e0e0', margin: '10px 0'}}/>
|
||||
<Row>
|
||||
<Column align="center">
|
||||
<Link href="https://github.com/CompassMeet/Compass" target="_blank">
|
||||
<Link href="https://github.com/CompassConnections/Compass" target="_blank">
|
||||
<Img
|
||||
src="https://cdn-icons-png.flaticon.com/512/733/733553.png"
|
||||
width="24"
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function RootLayout(
|
||||
<footer className="p-6 text-center text-gray-500">
|
||||
<div className="mb-2">
|
||||
<a
|
||||
href="https://github.com/CompassMeet/Compass"
|
||||
href="https://github.com/CompassConnections/Compass"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="inline-flex items-center text-gray-500 hover:text-gray-700 transition"
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function HomePage() {
|
||||
{/* Header */}
|
||||
{/*<header className="flex justify-between items-center p-2 max-w-6xl mx-auto w-full">*/}
|
||||
{/* <a */}
|
||||
{/* href="https://github.com/CompassMeet/Compass" */}
|
||||
{/* href="https://github.com/CompassConnections/Compass" */}
|
||||
{/* target="_blank" */}
|
||||
{/* rel="noopener noreferrer"*/}
|
||||
{/* className="text-gray-700 hover: transition"*/}
|
||||
|
||||
@@ -45,7 +45,7 @@ export function Custom404Content(props: { customText?: string }) {
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="items-center hover:text-indigo-400 hover:underline"
|
||||
href="https://github.com/CompassMeet/Compass/issues"
|
||||
href="https://github.com/CompassConnections/Compass/issues"
|
||||
>
|
||||
GitHub!
|
||||
<ExternalLinkIcon className="ml-1 inline-block h-4 w-4 " />
|
||||
|
||||
@@ -101,7 +101,7 @@ export default function About() {
|
||||
<h5 id="share" className="font-bold mb-4 text-xl text-center">Develop the App</h5>
|
||||
<p className="mb-4 text-center">The full source code and instructions are available on GitHub.</p>
|
||||
<a
|
||||
href="https://github.com/CompassMeet/Compass"
|
||||
href="https://github.com/CompassConnections/Compass"
|
||||
className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition"
|
||||
target="_blank" rel="noopener noreferrer">
|
||||
View Code
|
||||
|
||||
@@ -79,7 +79,7 @@ The **compatibility score** comes from answers to **compatibility prompts**. Eac
|
||||
|
||||
Matches are scored based on how well two people’s responses and accepted answers align, weighted by importance.
|
||||
|
||||
The [full implementation](https://github.com/CompassMeet/Compass/blob/main/common/src/love/compatibility-score.ts) is **open source** and open to review, feedback, and improvement by the community.
|
||||
The [full implementation](https://github.com/CompassConnections/Compass/blob/main/common/src/love/compatibility-score.ts) is **open source** and open to review, feedback, and improvement by the community.
|
||||
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ The [full implementation](https://github.com/CompassMeet/Compass/blob/main/commo
|
||||
|
||||
* **Give Feedback**: [Fill out the suggestion form](https://forms.gle/tKnXUMAbEreMK6FC6)
|
||||
* **Join the Discussion**: [Discord Community](https://discord.gg/8Vd7jzqjun)
|
||||
* **Contribute to Development**: [View the code on GitHub](https://github.com/CompassMeet/Compass)
|
||||
* **Contribute to Development**: [View the code on GitHub](https://github.com/CompassConnections/Compass)
|
||||
* **Donate**: [Support the infrastructure](/support)
|
||||
* **Spread the Word**: Tell friends and family who value depth and real connection.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user