You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: download/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@
17
17
<h1>Download</h1>
18
18
19
19
<p>The latest MonoDevelop release is: <strong>{{ site.data.latestrelease.version }}</strong></p>
20
-
<p>Source code is available on <ahref="https://github.com/mono/monodevelop"class="underline">GitHub</a> (viewing only) or as a <ahref="https://download.mono-project.com/sources/monodevelop/" class="underline">Tarball</a>.</p>
20
+
<p>Source code is available on <ahref="https://github.com/mono/monodevelop">GitHub</a> (viewing only) or as a <ahref="https://download.mono-project.com/sources/monodevelop/">Tarball</a>.</p>
21
21
22
22
<h2>Alternatives to MonoDevelop</h2>
23
23
24
24
<p>MonoDevelop is no longer under active development, we recommend using Visual Studio Code with the C# DevKit extension as an alternative: <ahref="https://code.visualstudio.com/docs/csharp/get-started">Getting Started with C# in VS Code</a></p>
25
25
26
26
<h2>Release Notes</h2>
27
-
<p>Check out the release notes of all MonoDevelop versions on the <ahref="/documentation/release-notes/"class="underline">releases page</a>.</p>
27
+
<p>Check out the release notes of all MonoDevelop versions on the <ahref="/documentation/release-notes/">releases page</a>.</p>
0 commit comments