docs: use absolute URLs for internal doc links so they work off-site (e.g. the repo view), not just on orbit.tchatou.fr
This commit is contained in:
parent
8ad007e091
commit
4144f5f125
11 changed files with 22 additions and 22 deletions
|
|
@ -14,7 +14,7 @@ add UI in predefined slots.
|
|||
|
||||
## Enabling plugins
|
||||
|
||||
Add script URLs to `plugins` in [`config.json`](/docs/config/):
|
||||
Add script URLs to `plugins` in [`config.json`](https://orbit.tchatou.fr/docs/config/):
|
||||
|
||||
```json
|
||||
{ "plugins": ["/app/plugins/orbit-demo.js"] }
|
||||
|
|
@ -42,7 +42,7 @@ Orbit.plugin('my-plugin', (orbit, log) => {
|
|||
```
|
||||
|
||||
For anything substantial — real components with state — build a compiled plugin
|
||||
instead. See **[Compiled plugins](/docs/compiled-plugins/)**.
|
||||
instead. See **[Compiled plugins](https://orbit.tchatou.fr/docs/compiled-plugins/)**.
|
||||
|
||||
## The `Orbit` API
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue