Skip to content

Commit 60f5af1

Browse files
committed
chore: update documentation links in AGENTS.md, package.json, and README.md for consistency and improved navigation
1 parent 55253e1 commit 60f5af1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Guidance for AI agents working in this repository.
88

99
- **Consumers**: React apps using `@xyflow/react` v12+ (peer dependency).
1010
- **This repo**: Library source, Vite library build, Docusaurus docs site, Storybook demos/tests, and browser-based Storybook tests.
11-
- **Documentation**: https://tisoap.github.io/react-flow-smart-edge/ (Docusaurus, deployed to gh-pages on release)
11+
- **Documentation**: https://tisoap.github.io/react-flow-smart-edge/docs (Docusaurus, deployed to gh-pages on release)
1212
- **Storybook demos**: Chromatic (`.github/workflows/chromatic.yml`); local dev via `npm run storybook`
1313
- **Package entry**: `src/index.tsx``dist/index.{mjs,cjs}` + `dist/index.d.ts`
1414

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Custom edges for [React Flow](https://reactflow.dev) that never intersect with o
1010

1111
## Documentation
1212

13-
**Full documentation:** [tisoap.github.io/react-flow-smart-edge](https://tisoap.github.io/react-flow-smart-edge/)
13+
**Full documentation:** [tisoap.github.io/react-flow-smart-edge/docs](https://tisoap.github.io/react-flow-smart-edge/docs)
1414

1515
Interactive Storybook examples are published on [Chromatic](https://main--625ade28911b53003a921739.chromatic.com/?path=/story/smart-edge--smart-bezier). Source: [`src/stories/SmartEdge.stories.tsx`](./src/stories/SmartEdge.stories.tsx).
1616

@@ -61,7 +61,7 @@ export function Graph() {
6161
| `SmartFloatingEdge` | Floating edges example |
6262
| `SmartEditableEdge` | Editable edge example |
6363

64-
Configure options with `createSmartEdge("step", { gridRatio: 5 })` or build custom edges with `getSmartEdge`. See the [docs](https://tisoap.github.io/react-flow-smart-edge/) for guides, API reference, and live examples.
64+
Configure options with `createSmartEdge("step", { gridRatio: 5 })` or build custom edges with `getSmartEdge`. See the [docs](https://tisoap.github.io/react-flow-smart-edge/docs) for guides, API reference, and live examples.
6565

6666
## Support
6767

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"pathfinding",
1515
"react-flow-smart-edge"
1616
],
17-
"homepage": "https://tisoap.github.io/react-flow-smart-edge/",
17+
"homepage": "https://tisoap.github.io/react-flow-smart-edge/docs",
1818
"bugs": {
1919
"url": "https://github.com/tisoap/react-flow-smart-edge/issues"
2020
},

0 commit comments

Comments
 (0)