Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down