Skip to content

Commit 4b46b62

Browse files
committed
Simplify
1 parent d6d2697 commit 4b46b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
<h1>Download</h1>
1818

1919
<p>The latest MonoDevelop release is: <strong>{{ site.data.latestrelease.version }}</strong></p>
20-
<p>Source code is available on <a href="https://github.com/mono/monodevelop" class="underline">GitHub</a> (viewing only) or as a <a href="https://download.mono-project.com/sources/monodevelop/" class="underline">Tarball</a>.</p>
20+
<p>Source code is available on <a href="https://github.com/mono/monodevelop">GitHub</a> (viewing only) or as a <a href="https://download.mono-project.com/sources/monodevelop/">Tarball</a>.</p>
2121

2222
<h2>Alternatives to MonoDevelop</h2>
2323

2424
<p>MonoDevelop is no longer under active development, we recommend using Visual Studio Code with the C# DevKit extension as an alternative: <a href="https://code.visualstudio.com/docs/csharp/get-started">Getting Started with C# in VS Code</a></p>
2525

2626
<h2>Release Notes</h2>
27-
<p>Check out the release notes of all MonoDevelop versions on the <a href="/documentation/release-notes/" class="underline">releases page</a>.</p>
27+
<p>Check out the release notes of all MonoDevelop versions on the <a href="/documentation/release-notes/">releases page</a>.</p>
2828

2929
</div>
3030
</div>

0 commit comments

Comments
 (0)