diff --git a/README.md b/README.md index 2005319..ad55fc5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This page contains information on how to install and use Nesta's skills extracti We currently support three different taxonomies to map onto: the [European Commission’s European Skills, Competences, and Occupations (ESCO)](https://esco.ec.europa.eu/en/about-esco/what-esco), [Lightcast’s Open Skills](https://skills.lightcast.io/) and a “toy” taxonomy developed internally for the purpose of testing. -If you'd like to learn more about the models used in the library, please refer to the [model card page](https://nestauk.github.io/ojd_daps_skills/model_card.html). +If you'd like to learn more about the models used in the library, please refer to the [model card page](https://nestauk.github.io/ojd_daps_skills/model_card). You may also want to read more about the wider project by reading: diff --git a/docs/home.md b/docs/index.md similarity index 100% rename from docs/home.md rename to docs/index.md diff --git a/docs/mkdocs.yaml b/docs/mkdocs.yaml index 04d5c0a..f6977ae 100644 --- a/docs/mkdocs.yaml +++ b/docs/mkdocs.yaml @@ -35,7 +35,7 @@ theme: icon: material/weather-sunny name: Switch to light mode nav: - - Home: home.md + - Home: index.md - Model cards: model_card.md - Pipeline summary and metrics: pipeline_summary.md - Entity labelling: labelling.md