diff --git a/wiki/menu.html b/wiki/menu.html index ce045f898dd41bd90512dbbaf3452c20ea24bd70..65e205cc5e6d5bb5073300762bed7c93a333dae6 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -52,7 +52,7 @@ </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <li><a class="dropdown-item" href="{{ url_for('pages', page='human-practices') }}">Human Practices</a></li> - <li><a class="dropdown-item" href="{{ url_for('pages', page='sustainability') }}">Sustainability</a></li> + <li><a class="dropdown-item" href="{{ url_for('pages', page='sustainable') }}">Sustainable Development</a></li> <li><a class="dropdown-item" href="{{ url_for('pages', page='integrated-human-practices') }}">Integrated Human Practices</a></li> <li><a class="dropdown-item" href="{{ url_for('pages', page='entrepreneurship') }}">Entrepreneurship and Implementation</a></li> <li><a class="dropdown-item" href="{{ url_for('pages', page='education') }}">Education</a></li> diff --git a/wiki/pages/awards.html b/wiki/pages/awards.html index 826d88b76a64a3c51f8995ab02c73ab7a41036a8..87c3b405a9135b07ef9f4904d2a262db1a3fd128 100644 --- a/wiki/pages/awards.html +++ b/wiki/pages/awards.html @@ -122,7 +122,7 @@ Learning about agriculture and sustainability has broadened our understanding of not only our project, but also its real-world implications. We believe that our work in sustainable development is a valuable contribution to RhyzUp and to any future iGEM team competing in the Agriculture Village. </p> - <a href="{{ url_for('pages', page='sustainability') }}" class="hyperlink-button">See Sustainable Development</a> + <a href="{{ url_for('pages', page='sustainable') }}" class="hyperlink-button">See Sustainable Development</a> </div> </div> <div class="col-lg-4 col-md-6 col-sm-12"> diff --git a/wiki/pages/contribution.html b/wiki/pages/contribution.html index 79c124c90dbabb930e80842fb945b68805a0886a..000f1a1be35c97c3c5d6b8d3269db5eb9e41a82a 100644 --- a/wiki/pages/contribution.html +++ b/wiki/pages/contribution.html @@ -99,7 +99,7 @@ <hr> <h3>How Agricultural Practices Relate to Sustainable Development</h3> <p> - Our subpage <a href="{{ url_for('pages', page='sustainability') }}" class="hyperlink-under">“Sustainable Developmentâ€</a> in the Human Practices page contains a lot of information on sustainability and agriculture. + Our subpage <a href="{{ url_for('pages', page='sustainable') }}" class="hyperlink-under">“Sustainable Developmentâ€</a> in the Human Practices page contains a lot of information on sustainability and agriculture. By extracting information from our interviews with agrometeorology experts, farmers, plant protection experts and several other stakeholders and additionally conducting a lot of research, we provide a solid basis of understanding threats to agriculture. </p> <p> diff --git a/wiki/pages/human-practices.html b/wiki/pages/human-practices.html index 616ec4dd47a5123b41cae94e8c4c60c4fd351e56..b23eaa3b3fa5b239df2a2565708e724379d20732 100644 --- a/wiki/pages/human-practices.html +++ b/wiki/pages/human-practices.html @@ -55,7 +55,7 @@ Once we had a good understanding of sustainability in agriculture, we assessed our project’s effects on broader societal issues. As an innovative tool to combat drought and a range of other threats to agriculture, RhyzUp targets several of the United Nation’s Sustainable Development Goals (SDGs). </p> <p> - These can be found in the <a href="{{ url_for('pages', page='sustainability') }}" class="hyperlink-under">Human Practices subchapter on Sustainable Development</a>. + These can be found in the <a href="{{ url_for('pages', page='sustainable') }}" class="hyperlink-under">Human Practices subchapter on Sustainable Development</a>. </p> </div> </div> diff --git a/wiki/pages/sustainability.html b/wiki/pages/sustainable.html similarity index 100% rename from wiki/pages/sustainability.html rename to wiki/pages/sustainable.html