Skip to content

Commit b5497f9

Browse files
maskedsyntaxclaude
andcommitted
chore: point repository links at gentleloop-labs/patterns
The repo moved to the gentleloop-labs org. GitHub redirects the old paths, so nothing was broken, but the canonical URLs should not depend on a redirect. Updates the four repo URLs in links.ts (github, githubApi, issues, license) and the issues and discussions links in CONTRIBUTING.md. All three new endpoints were confirmed to return 200 directly rather than via a redirect. Deliberately unchanged: - com.maskedsyntax.patterns and the .pro and .tip.* product IDs. These are store identifiers, not URLs. Renaming a non-consumable strands every existing purchaser because restore stops returning it. - The Sponsors link, maskedsyntax.com, and the MaskedSyntax publisher name in structured data. Those are personal identity rather than repo location and are a separate decision. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent b8aa513 commit b5497f9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ First off, thank you for considering contributing to **Patterns**! It's people l
55
## How Can I Contribute?
66

77
### Reporting Bugs
8-
If you find a bug, please check the [Issues](https://github.com/maskedsyntax/patterns/issues) page to see if it has already been reported. If not, feel free to open a new one with as much detail as possible.
8+
If you find a bug, please check the [Issues](https://github.com/gentleloop-labs/patterns/issues) page to see if it has already been reported. If not, feel free to open a new one with as much detail as possible.
99

1010
### Suggesting Enhancements
11-
Have an idea for a new feature? We'd love to hear it! Please use the [GitHub Discussions](https://github.com/maskedsyntax/patterns/discussions) section to share your ideas.
11+
Have an idea for a new feature? We'd love to hear it! Please use the [GitHub Discussions](https://github.com/gentleloop-labs/patterns/discussions) section to share your ideas.
1212

1313
### Improving Documentation
1414
If you find a typo or something that's unclear in the documentation, feel free to open a pull request!

website/src/lib/data/links.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ export const links = {
22
ios: 'https://apps.apple.com/us/app/patterns-ocd-journaling/id6762611172',
33
playStore:
44
'https://play.google.com/store/apps/details?id=com.maskedsyntax.patterns',
5-
github: 'https://github.com/maskedsyntax/patterns',
6-
githubApi: 'https://api.github.com/repos/maskedsyntax/patterns',
5+
github: 'https://github.com/gentleloop-labs/patterns',
6+
githubApi: 'https://api.github.com/repos/gentleloop-labs/patterns',
77
kofi: 'https://ko-fi.com/aftaabsiddiqui',
88
sponsors: 'https://github.com/sponsors/maskedsyntax',
9-
issues: 'https://github.com/maskedsyntax/patterns/issues',
10-
license: 'https://github.com/maskedsyntax/patterns/blob/master/LICENSE',
9+
issues: 'https://github.com/gentleloop-labs/patterns/issues',
10+
license: 'https://github.com/gentleloop-labs/patterns/blob/master/LICENSE',
1111
maskedsyntax: 'https://maskedsyntax.com/',
1212
site: 'https://patternsocd.com/',
1313
library: 'https://patternsocd.com/learn',

0 commit comments

Comments
 (0)