Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scripts urls in docs files #1585

Merged
merged 1 commit into from
Mar 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h5>
<h1>Installation</h1>
<p>
The installation script, which can be found <a
href="https://github.com/UnchartedBull/OctoDash/blob/main/install.sh">here</a>,
href="https://github.com/UnchartedBull/OctoDash/blob/main/scripts/install.sh">here</a>,
will work on most systems and sets up the most common things. During the installation process you have the
option to decide, whether you want to start OctoDash automatically on boot among other things. <br>
There also is a manual
Expand Down Expand Up @@ -164,15 +164,15 @@ <h1>Removal</h1>
</p>
<p>
The removal script, which can be found <a
href="https://github.com/UnchartedBull/OctoDash/blob/main/remove.sh">here</a>,
href="https://github.com/UnchartedBull/OctoDash/blob/main/scripts/remove.sh">here</a>,
will completely remove OctoDash from your system. You can also manually remove OctoDash by
just uninstalling the <span style="font-family: 'Cousine', monospace; font-size: 90%;">octodash</span>
package and removing the octodash line from your <span
style="font-family: 'Cousine', monospace; font-size: 90%;">~/.xinitrc</span>
file.<br>
</p>
<div class="install-script">
wget -qO- https://github.com/UnchartedBull/OctoDash/raw/main/remove.sh | bash
wget -qO- https://github.com/UnchartedBull/OctoDash/raw/main/scripts/remove.sh | bash
</div>
</div>
</div>
Expand Down