Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 8176702

Browse files
author
Etienne Tremel
committed
Fix all deployment link
1 parent 3299d3f commit 8176702

20 files changed

+10
-8
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<div class="header clearfix">
2-
<div class="header-home"><a href="{{site.main_url_prefix}}/">Sock Shop</a></div>
2+
<div class="header-home"><a href="/">Sock Shop</a></div>
33
<nav>
44
<ul class="nav header-nav">
55
<li class="{% if include.quickstart %}active{% endif %}"><a href="/docs/quickstart.html">Quickstart</a></li>
66
<li class="{% if include.docs %}active{% endif %}"><a href="/docs/index.html">Docs</a></li>
77
<li class="{% if include.api %}active{% endif %}"><a href="/api/index.html">API</a></li>
8-
<li><a href="http://github.com/microservices-demo" target="_blank">GitHub</a></li>
8+
<li><a href="https://github.com/microservices-demo" target="_blank">GitHub</a></li>
99
</ul>
1010
</nav>
1111
</div>

assets/css/custom.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ code.highlighter-rouge {
6060
font-weight: bold;
6161
margin: 0.3em 0 0;
6262
padding: 0 0 0 30px;
63-
background-image: url({{ site.deploy_doc_url_prefix }}/assets/img/weaveworks-logo.png);
63+
background-image: url(/assets/img/weaveworks-logo.png);
6464
background-repeat: no-repeat;
6565
background-position-y: 0.3em;
6666
background-size: 1em 1em;
@@ -95,7 +95,7 @@ code.highlighter-rouge {
9595
}
9696

9797
.hero-banner {
98-
background: url(../img/hero_socks.png);
98+
background: url(/assets/img/hero_socks.png);
9999
margin: 0 0 2em;
100100
}
101101

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)