Skip to content
Snippets Groups Projects
Commit c6e9f1be authored by Riccardo Spagni's avatar Riccardo Spagni :speech_balloon: Committed by GitHub
Browse files

Merge pull request #305 from jonathancross/forum-link

[urgent] Fix user-facing broken forum links
parents 5c8f5456 fae75eda
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="text-center nav-item mob"> <div class="text-center nav-item mob">
<a href="forum.getmonero.org">Forum Funding System</a> <a href="https://forum.getmonero.org">Forum Funding System</a>
</div> </div>
</div> </div>
</div> </div>
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<div class="col-lg-8 col-md-8 col-sm-8 topnav-list end-xs"> <div class="col-lg-8 col-md-8 col-sm-8 topnav-list end-xs">
<div class="row end-xs"> <div class="row end-xs">
<div class="col-md-12"> <div class="col-md-12">
<a href="forum.getmonero.org" class="mob top-link col-md-4">Forum Funding System</a> <a href="https://forum.getmonero.org" class="mob top-link col-md-4">Forum Funding System</a>
<a href="/the-monero-project/" class="mob top-link col-md-3">The Monero Project</a> <a href="/the-monero-project/" class="mob top-link col-md-3">The Monero Project</a>
</div> </div>
</div> </div>
...@@ -159,4 +159,4 @@ ...@@ -159,4 +159,4 @@
<a href="/"><img src="/img/monero-logo.png" alt="Monero Logo" class="monero-logo"></a> <a href="/"><img src="/img/monero-logo.png" alt="Monero Logo" class="monero-logo"></a>
</div> </div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -60,7 +60,7 @@ Monero is an open source, community driven project. We strive to be a welcoming ...@@ -60,7 +60,7 @@ Monero is an open source, community driven project. We strive to be a welcoming
</div> </div>
</div> </div>
<div class="row start-xs"> <div class="row start-xs">
<p>Monero utilizes a <a href="forum.getmonero.org">Forum Funding System</a> (FFS) which encourages people of all backgrounds to be a part of Monero and maybe even get paid for it. Anyone can suggest an idea, ask for funding, and immediately start making the idea happen. As progress is made payments are released and Monero flourishes. You can donate directly to individual projects that you support. Take a look and don't be afraid to jump right in with an idea or a donation.</p> <p>Monero utilizes a <a href="https://forum.getmonero.org">Forum Funding System</a> (FFS) which encourages people of all backgrounds to be a part of Monero and maybe even get paid for it. Anyone can suggest an idea, ask for funding, and immediately start making the idea happen. As progress is made payments are released and Monero flourishes. You can donate directly to individual projects that you support. Take a look and don't be afraid to jump right in with an idea or a donation.</p>
</div> </div>
</div> </div>
...@@ -112,4 +112,4 @@ From the GUI and CLI, there is an option to start mining. This is a great way to ...@@ -112,4 +112,4 @@ From the GUI and CLI, there is an option to start mining. This is a great way to
</div> </div>
</section> </section>
</div> </div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment