diff --git a/README.md b/README.md
index 4b114245..dd53d80c 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ This describes how to add or modify the Website's content.
This is an open source project and contributions are what make an open source community.
Everyone is welcome to contribute to this project.
-All involved are expected to follow the [PEcAn code of conduct](https://pecanproject.github.io/pecan-documentation/master/contributor-covenant-code-of-conduct.html) and contribute to a positive and inclusive environment.
+All involved are expected to follow the [PEcAn code of conduct](https://pecanproject.github.io/pecan-documentation/develop/contributor-covenant-code-of-conduct.html) and contribute to a positive and inclusive environment.
First time contributors are welcome. Contributions can be very simple, make sure to check out issues labeled ['good first issue'](https://github.com/PecanProject/PecanProject.github.io/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22). If you have an idea, the best place to start a discussion is on the PEcAn project Slack channel, or by opening an issue in this repository.
@@ -209,7 +209,7 @@ This section contains future plans for the website. New contributors can use thi
### Optimising Documentation
-At present the PEcAn's documentation is being served from () using an iframe. While this saves a lot of overhead in converting Rmd files in () to md files so that docusaurus could render them, it also increases the loading time for documentation, it also looks less consistent.
+At present the PEcAn's documentation is being served from () using an iframe. While this saves a lot of overhead in converting Rmd files in () to md files so that docusaurus could render them, it also increases the loading time for documentation, it also looks less consistent.
In future, it is suggested to find an optimised way to convert rmd files to md and integrate them via docusaurus's native documentation parser.
### Adding tutorials section
diff --git a/docusaurus.config.js b/docusaurus.config.js
index f7c37239..4403b2f3 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -71,7 +71,7 @@ module.exports = {
items: [
{
label: "Tutorial",
- to: "/documentation/master",
+ to: "/documentation/latest",
className: "footer-docs-link",
},
],
diff --git a/src/pages/documentation.js b/src/pages/documentation.js
index 8beac131..d1608431 100644
--- a/src/pages/documentation.js
+++ b/src/pages/documentation.js
@@ -6,6 +6,23 @@ function Documentation() {
return (