fix: make sure to use https links
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-02-25 14:31:41 +01:00
parent 8eb1ac4f2e
commit 03ecb6b49a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ menu:
# Downloads
If you find any bugs or other issues, please [report them](http://code.vikunja.io/api/issues).
If you find any bugs or other issues, please [report them](https://code.vikunja.io/api/issues).
Please also check out [the docs](https://vikunja.io/docs/installing/) for information about how to install Vikunja on your own server.
@ -23,7 +23,7 @@ You can get all api releases from [our download server](https://dl.vikunja.io/ap
Unstable builds contain the latest changes and features, but may be experimental or contain bugs.
You can also [get the source code](http://code.vikunja.io/api) and compile it yourself.
You can also [get the source code](https://code.vikunja.io/api) and compile it yourself.
Instructions on how to do this can be found in the repo.
The backend is also available to download as [a debian package](https://dl.vikunja.io/deb/).
@ -33,7 +33,7 @@ Unfortunately, we currently don't have a way to provide you with an apt repo, bu
You can get all frontend releases from [our download server](https://dl.vikunja.io/frontend/).
You can also [get the source code](http://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo.
You can also [get the source code](https://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo.
## Desktop apps

View File

@ -170,7 +170,7 @@ menu:
<h1 class="title">
Can't wait to see it in action?
</h1>
<a href="http://try.vikunja.io" class="button is-success is-large noshadow" rel="noopener">Try it</a>
<a href="https://try.vikunja.io" class="button is-success is-large noshadow" rel="noopener">Try it</a>
</div>
</div>
</section>
@ -202,7 +202,7 @@ menu:
<h2>Self-Hosted</h2>
<p>Use Vikunja on your own server or hosted*. Your data will always be yours, we won't sell your grocery list to Amazon. Don't trust us?
<a href="http://code.vikunja.io" rel="noopener">Check for yourself</a>.</p>
<a href="https://code.vikunja.io" rel="noopener">Check for yourself</a>.</p>
<p>
Also, did we mention "the cloud"?
@ -217,13 +217,13 @@ menu:
<div class="column is-half">
<h2>Open-Source</h2>
<p>Vikunja is completly open source and released under the <a href="http://code.vikunja.io/api/src/branch/main/LICENSE" rel="noopener">GPLv3</a>.</p>
<p>Vikunja is completly open source and released under the <a href="https://code.vikunja.io/api/src/branch/main/LICENSE" rel="noopener">GPLv3</a>.</p>
<p>You can contribute in multiple ways, even if you're not a developer! It already helps a lot when you use Vikunja and report
<a href="http://code.vikunja.io/api/issues" rel="noopener">features you'd like or bugs you find</a>.</p>
<a href="https://code.vikunja.io/api/issues" rel="noopener">features you'd like or bugs you find</a>.</p>
<p>And in case you are a developer and know your way around <a href="http://code.vikunja.io/api" rel="noopener">Go</a> or
<a href="http://code.vikunja.io/frontend" rel="noopener">Vue.js</a>, any help is appreciated.</p>
<p>And in case you are a developer and know your way around <a href="https://code.vikunja.io/api" rel="noopener">Go</a> or
<a href="https://code.vikunja.io/frontend" rel="noopener">Vue.js</a>, any help is appreciated.</p>
</div>
</div>