forked from vikunja/website-old
fix: make sure to use https links
This commit is contained in:
parent
8eb1ac4f2e
commit
03ecb6b49a
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user