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

Commit a6be49a

Browse files
author
Etienne Tremel
committed
Fix all deployment link
1 parent 9cb9d84 commit a6be49a

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.

deployment/kubernetes-start.md renamed to microservices-demo/deployment/kubernetes-start.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ This explains how to deploy the Sock Shop onto any existing Kubernetes cluster.
1919

2020
1. [Clone the microservices-demo repository](https://github.com/microservices-demo/microservices-demo)
2121
2. Go to the *deploy/kubernetes* folder
22-
```
23-
kubectl create namespace sock-shop
24-
kubectl apply -f complete-demo.yaml
25-
```
22+
23+
```
24+
kubectl create namespace sock-shop
25+
26+
kubectl apply -f complete-demo.yaml
27+
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)