mirror of
https://github.com/openSUSE/osem.git
synced 2026-06-11 09:14:46 -04:00
Merge pull request #3684 from hennevogel/bugfix/demo-url
Set new demo instance URL
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user