mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Set new demo instance URL
This commit is contained in:
parent
eab42f8dad
commit
7bdd7cf975
3 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,5 +1,8 @@
|
|||
_site
|
||||
.sass-cache
|
||||
vendor
|
||||
.env.*
|
||||
.vscode
|
||||
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
<div class="btn-group btn-group-justified">
|
||||
<a href="http://demo.osem.io" class="btn btn-xl btn-invert">Try A Demo</a>
|
||||
<a href="https://osem.copyleft.dev" class="btn btn-xl btn-invert">Try A Demo</a>
|
||||
<a href="https://github.com/openSUSE/osem/releases/tag/v1.0" class="btn btn-xl">Download</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ image: rocket.jpg
|
|||
<p>
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<a href="http://demo.osem.io" class="btn btn-xl btn-invert">Try A Demo</a>
|
||||
<a href="https://osem.copyleft.dev" class="btn btn-xl btn-invert">Try A Demo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/openSUSE/osem/releases/tag/v1.0" class="btn btn-xl">Download</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue