diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index fac16a9..3d47365 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -25,7 +25,6 @@ jobs: - name: Generate index.md from README.md run: | cp README.md docs/index.md - sed -i 's|docs/guide.md|guide/|g' docs/index.md - name: Build mkdocs site run: mkdocs build diff --git a/README.md b/README.md index dcda6a8..38b8070 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ from eppopynder import * ``` Basic usage examples and full documentation are available in the package -[guide](docs/guide.md). +[guide](https://openefsa.github.io/eppoPynder/guide/). ## Authors and maintainers @@ -55,6 +55,7 @@ Basic usage examples and full documentation are available in the package ## Links -- **Homepage**: [GitHub](https://github.com/openefsa/eppoPynder). -- **Bug Tracker**: [Issues on GitHub](https://github.com/openefsa/eppoPynder/issues). -- **EPPO Database**: [https://gd.eppo.int](https://gd.eppo.int). +- **Source code**: [GitHub - openefsa/eppoPynder](https://github.com/openefsa/eppoPynder). +- **Bug tracker**: [Issues on GitHub](https://github.com/openefsa/eppoPynder/issues). +- **EPPO Global Database**: [https://gd.eppo.int](https://gd.eppo.int). +- **EPPO APIs:** [https://data.eppo.int/apis/](https://data.eppo.int/apis/).