diff --git a/README.md b/README.md index 40832e6..f148136 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ This repository hosts the documentation website for [FZ - Parametric Scientific ## 📚 Documentation Site -Visit the live documentation at: **https://funz.github.io** +Visit the live documentation at: **https://funz.github.io/fz** ## 🚀 Quick Links -- [Installation Guide](https://funz.github.io/getting-started/installation/) -- [Quick Start](https://funz.github.io/getting-started/quickstart/) -- [Core Functions](https://funz.github.io/user-guide/core-functions/fzr/) -- [Plugins](https://funz.github.io/plugins/) -- [Google Colab Notebooks](https://funz.github.io/examples/colab/) +- [Installation Guide](https://funz.github.io/fz/getting-started/installation/) +- [Quick Start](https://funz.github.io/fz/getting-started/quickstart/) +- [Core Functions](https://funz.github.io/fz/user-guide/core-functions/fzr/) +- [Plugins](https://funz.github.io/fz/plugins/) +- [Google Colab Notebooks](https://funz.github.io/fz/examples/colab/) ## 📓 Google Colab Examples diff --git a/mkdocs.yml b/mkdocs.yml index a282c35..e9486ea 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: FZ - Parametric Scientific Computing Framework site_description: Documentation for FZ and its plugins site_author: Funz Team -site_url: https://funz.github.io +site_url: https://funz.github.io/fz repo_url: https://github.com/Funz/fz repo_name: Funz/fz