Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ For quality API documentation:
* @throws \InvalidArgumentException When entry is missing required fields.
*
* @see \GV\Entry::get_value() For the modern approach.
* @see https://docs.gravitykit.com/article/123 Full documentation.
* @see https://www.gravitykit.com/docs/gravityview/getting-started/how-to-setup-your-first-view/ Full documentation.
*/
```

Expand Down Expand Up @@ -663,7 +663,7 @@ npm run hooks:generate

## Support

- **Main Documentation**: https://docs.gravitykit.com
- **Main Documentation**: https://www.gravitykit.com/docs/
- **Support Portal**: https://www.gravitykit.com/support/
- **GitHub**: https://github.com/gravitykit

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ const config = {
},
{
label: 'Documentation',
href: 'https://docs.gravitykit.com',
href: 'https://www.gravitykit.com/docs/',
},
{
label: 'LLMs.txt',
Expand Down
2 changes: 1 addition & 1 deletion scripts/enhance-for-llms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ ${perProductSection}

## Related Resources

- Main documentation: https://docs.gravitykit.com
- Main documentation: https://www.gravitykit.com/docs/
- Support: https://www.gravitykit.com/support/
- GitHub: https://github.com/GravityKit

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export default function Home() {
</p>
<p>
Looking for user documentation? Visit the{' '}
<a href="https://docs.gravitykit.com" target="_blank" rel="noopener noreferrer">
<a href="https://www.gravitykit.com/docs/" target="_blank" rel="noopener noreferrer">
official GravityKit Documentation
</a>.
</p>
Expand Down