mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 19:55:43 +00:00
FIX: relative URL routing on ember-cli only page
This commit is contained in:
parent
b8bb921ab5
commit
7658765736
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<p>Then visit the following URL to use Discourse:</p>
|
<p>Then visit the following URL to use Discourse:</p>
|
||||||
|
|
||||||
<h3><a href="http://<%= Discourse.current_hostname %>:4200/">http://<%= Discourse.current_hostname %>:4200</a></h3>
|
<h3><a href="http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %>">http://<%= Discourse.current_hostname %>:4200<%= Discourse.base_path %></a></h3>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user