Skip to content

Commit 404aba6

Browse files
committed
Update links in documentation for Graphica and Dyson pages
1 parent f5b9f0c commit 404aba6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ We value diverse perspectives, continuous learning, and the spirit of collaborat
1919

2020
---
2121

22-
[:octicons-arrow-right-24: Getting started](https://crossgl.github.io/crossgl-docs/graphica/)
22+
[:octicons-arrow-right-24: Getting started](https://crossgl.github.io/crossgl-docs/pages/graphica/graphica/)
2323

2424
- :material-fire:{ .lg .middle } __Explore `Graphica` and `CrossGL`__
2525

2626
---
2727

28-
Install [`graphica`](https://crossgl.github.io/crossgl-docs/graphica/) with [`pip`](https://crossgl.github.io/crossgl-docs/graphica/#installation/) and get access to our cross-platform shader language.
28+
Install [`graphica`](https://crossgl.github.io/crossgl-docs/pages/graphica/graphica/) with [`pip`](https://crossgl.github.io/crossgl-docs/pages/graphica/graphica/#installation/) and get access to our cross-platform shader language.
2929

3030
---
3131

32-
[:octicons-arrow-right-24: Getting Started](https://crossgl.github.io/crossgl-docs/dyson/)
32+
[:octicons-arrow-right-24: Getting Started](https://crossgl.github.io/crossgl-docs/pages/dyson/overview/)
3333

3434

3535
</div>

docs/pages/dyson/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add the `key.cgl` path in your code like so,
3434
key_path = "path/to/your/key.cgl"
3535
```
3636

37-
Add your function with [`parameter`](https://crossgl.github.io/crossgl-docs/dyson/#advanced-routing-parameters) values.
37+
Add your function with [`parameter`](https://crossgl.github.io/crossgl-docs/pages/dyson/overview/#advanced-routing-parameters) values.
3838

3939
```python
4040
hardware = router.route_hardware(

docs/pages/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ We value diverse perspectives, continuous learning, and the spirit of collaborat
1919

2020
---
2121

22-
[:octicons-arrow-right-24: Getting started](https://crossgl.github.io/crossgl-docs/graphica/)
22+
[:octicons-arrow-right-24: Getting started](https://crossgl.github.io/crossgl-docs/pages/graphica/graphica/)
2323

2424
- :material-fire:{ .lg .middle } __Explore `Graphica` and `CrossGL`__
2525

2626
---
2727

28-
Install [`graphica`](https://crossgl.github.io/crossgl-docs/graphica/) with [`pip`](https://crossgl.github.io/crossgl-docs/graphica/#installation/) and get access to our cross-platform shader language.
28+
Install [`graphica`](https://crossgl.github.io/crossgl-docs/pages/graphica/graphica/) with [`pip`](https://crossgl.github.io/crossgl-docs/pages/graphica/graphica/#installation/) and get access to our cross-platform shader language.
2929

3030
---
3131

32-
[:octicons-arrow-right-24: Getting Started](https://crossgl.github.io/crossgl-docs/dyson/)
32+
[:octicons-arrow-right-24: Getting Started](https://crossgl.github.io/crossgl-docs/pages/dyson/overview/)
3333

3434

3535
</div>

0 commit comments

Comments
 (0)