Skip to content

Commit f23cb4a

Browse files
committed
fix links
1 parent af6b9a7 commit f23cb4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/advanced/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Application
66

7-
While `Tipg` provides a default application `tipg.main:app`, users can easily create their own FastAPI application and register the OGC API endpoints using the [endpoint factories](../user_guide/factories/) provided by `Tipg`.
7+
While `Tipg` provides a default application `tipg.main:app`, users can easily create their own FastAPI application and register the OGC API endpoints using the [endpoint factories](/tipg/user_guide/factories/) provided by `Tipg`.
88

99
```python
1010
from contextlib import asynccontextmanager

docs/src/advanced/ogc_features_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
`TiPg` default application comes with both OGC Tiles and Features endpoints but some users might just want one or the other. `TiPg` is built around the notion of endpoints [factories](../user_guide/factories/) which then makes *easy* to build custom applications with the desired set of endpoints.
2+
`TiPg` default application comes with both OGC Tiles and Features endpoints but some users might just want one or the other. `TiPg` is built around the notion of endpoints [factories](/tipg/user_guide/factories/) which then makes *easy* to build custom applications with the desired set of endpoints.
33

44
The code below shows how to create a simple OGC Features service.
55

docs/src/advanced/ogc_tiles_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
`TiPg` default application comes with both OGC Tiles and Features endpoints but some users might just want one or the other. `TiPg` is built around the notion of endpoints [factories](../user_guide/factories/) which then makes *easy* to build custom applications with the desired set of endpoints.
2+
`TiPg` default application comes with both OGC Tiles and Features endpoints but some users might just want one or the other. `TiPg` is built around the notion of endpoints [factories](/tipg/user_guide/factories/) which then makes *easy* to build custom applications with the desired set of endpoints.
33

44
The code below shows how to create a simple OGC Vector tiles service.
55

0 commit comments

Comments
 (0)