Skip to content

Commit 88377e1

Browse files
authored
Merge pull request #13 from ftnext/fix-yourusername
Fix links for GitHub owner's name
2 parents b657630 + 520159b commit 88377e1

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ Documentation improvements are always welcome:
179179

180180
## Getting Help
181181

182-
- **Questions**: Open a [GitHub Discussion](https://github.com/yourusername/claude-notes/discussions)
183-
- **Bugs**: Create a [GitHub Issue](https://github.com/yourusername/claude-notes/issues)
182+
- **Questions**: Open a [GitHub Discussion](https://github.com/vtemian/claude-notes/discussions)
183+
- **Bugs**: Create a [GitHub Issue](https://github.com/vtemian/claude-notes/issues)
184184
- **Chat**: Join discussions in existing issues
185185

186186
## Code of Conduct
187187

188188
Please be respectful and constructive in all interactions. We aim to create a welcoming environment for all contributors.
189189

190-
Thank you for contributing to Claude Notes! 🎉
190+
Thank you for contributing to Claude Notes! 🎉

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ MIT License - see [LICENSE](LICENSE) file for details.
100100

101101
## Support
102102

103-
- Report issues: [GitHub Issues](https://github.com/yourusername/claude-notes/issues)
104-
- Feature requests: [GitHub Discussions](https://github.com/yourusername/claude-notes/discussions)
103+
- Report issues: [GitHub Issues](https://github.com/vtemian/claude-notes/issues)
104+
- Feature requests: [GitHub Discussions](https://github.com/vtemian/claude-notes/discussions)

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ dependencies = [
2828
]
2929

3030
[project.urls]
31-
Homepage = "https://github.com/yourusername/claude-notes"
32-
Repository = "https://github.com/yourusername/claude-notes"
33-
Issues = "https://github.com/yourusername/claude-notes/issues"
34-
Documentation = "https://github.com/yourusername/claude-notes#readme"
31+
Homepage = "https://github.com/vtemian/claude-notes"
32+
Repository = "https://github.com/vtemian/claude-notes"
33+
Issues = "https://github.com/vtemian/claude-notes/issues"
34+
Documentation = "https://github.com/vtemian/claude-notes#readme"
3535

3636
[project.scripts]
3737
claude-notes = "claude_notes.__main__:main"

0 commit comments

Comments
 (0)