Skip to content

Commit

Permalink
fix(docs): update links
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-yu committed Nov 25, 2024
1 parent 17839e8 commit 63d75c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/chapters/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then, start the plantseg in napari
plantseg --napari
```

A more in depth guide can be found in our [documentation (GUI)](https://hci-unihd.github.io/plant-seg/chapters/plantseg_interactive_napari/).
A more in depth guide can be found in our [documentation (GUI)](../plantseg_interactive_napari/index.md).

## Command Line PlantSeg

Expand All @@ -36,7 +36,7 @@ plantseg --config CONFIG_PATH
```

where `CONFIG_PATH` is the path to the `YAML` configuration file. See [config.yaml](https://github.com/kreshuklab/plant-seg/blob/master/examples/config.yaml) for a sample configuration
file and our [documentation (CLI)](https://hci-unihd.github.io/plant-seg/chapters/plantseg_classic_cli/) for a
file and our [documentation (CLI)](../plantseg_legacy/plantseg_classic_cli/index.md) for a
detailed description of the parameters.

## PlantSeg with Legacy GUI
Expand All @@ -57,4 +57,4 @@ then, run the GUI by simply typing:
plantseg --gui
```

A more in depth guide can be found in our [documentation (Classic GUI)](https://hci-unihd.github.io/plant-seg/chapters/plantseg_classic_gui/).
A more in depth guide can be found in our [documentation (Classic GUI)](../plantseg_legacy/plantseg_classic_gui/index.md).

0 comments on commit 63d75c8

Please sign in to comment.