Skip to content

Commit

Permalink
🐛 Fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Apr 16, 2024
1 parent 7621989 commit eacd50d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion db/exporters/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ortfodb exporters init my-exporter

### Example

As an example, this is the manifest for the built-in [SSH exporter](./builtin.md#ssh)
As an example, this is the manifest for the built-in [SSH exporter](./uploading.md#ssh)

<<< @/ortfodb/exporters/ssh.yaml

Expand Down
6 changes: 3 additions & 3 deletions db/exporters/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exporters: // [!code focus]
### Example
Here's an example configuration for the [FTP exporter](./builtin.md#sftp)
Here's an example configuration for the [FTP exporter](./uploading.md#sftp)
```yaml
exporters:
Expand Down Expand Up @@ -56,11 +56,11 @@ Most built-in exporters provide functionnality to upload the generated database.

### Static site generators

ortfo/db provides exporters to more conviently build your portfolio using some of the most popular static site generators. See [Static site generators](./builtin.md#static-site-generators)
ortfo/db provides exporters to more conviently build your portfolio using some of the most popular static site generators. See [Static site generators](./static-site-generators)

### Exporting to other formats

ortfo/db ships with a rudimentary [SQL exporter](./builtin.md#sql) to fill up a "real" database
ortfo/db ships with a rudimentary [SQL exporter](./formats.md#sql) to fill up a "real" database

### Other things

Expand Down

0 comments on commit eacd50d

Please sign in to comment.