We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8a930 commit b652a31Copy full SHA for b652a31
1 file changed
download.html
@@ -36,7 +36,8 @@ <h1 class="main-title">Install ObsidianOS</h1>
36
<div class="install-card">
37
<h2>Option 1: Pre-built ISO</h2>
38
<p>The easiest way to get started. Download a pre-built ISO and follow our installation guide.</p>
39
- <a href="https://sourceforge.net/projects/obsidianos/files/latest/download" class="download-btn">Download ISO</a>
+ <a href="https://files.obsidianos.xyz" class="download-btn">Download ISO</a>
40
+ <a href="https://sourceforge.net/projects/obsidianos/files/latest/download">Sourceforge</a>
41
</div>
42
43
<h2>Option 2: Build Your Own</h2>
@@ -82,4 +83,4 @@ <h2>Join the Community</h2>
82
83
});
84
</script>
85
</body>
-</html>
86
+</html>
0 commit comments