Skip to content

Commit

Permalink
Merge pull request #295 from mpysiak/change-urls
Browse files Browse the repository at this point in the history
[Maintenance] Change demo urls 2.0
  • Loading branch information
GSadee authored Nov 7, 2024
2 parents 869be50 + 286f72b commit b754e66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/info_box.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set admin_url = 'https://master-ce.demo.sylius.com/admin' %}
{% set api_url = 'https://master-ce.demo.sylius.com/api/v2/docs' %}
{% set admin_url = 'https://v2.demo.sylius.com/admin' %}
{% set api_url = 'https://v2.demo.sylius.com/api/v2/docs' %}

<style>
.info-box {
Expand Down Expand Up @@ -168,11 +168,11 @@
<option value="//marketplace-suite.demo.sylius.com">
Sylius Plus Marketplace Suite
</option>
<option value="//stable-ce.demo.sylius.com">
Sylius Community Edition (stable)
<option value="//v1.demo.sylius.com">
Sylius Community Edition (version 1.14)
</option>
<option value="//master-ce.demo.sylius.com" selected>
Sylius Community Edition (2.0-dev)
<option value="//v2.demo.sylius.com" selected>
Sylius Community Edition (version 2.0)
</option>
</select>
</div>
Expand Down

0 comments on commit b754e66

Please sign in to comment.