Skip to content

Commit 360adc1

Browse files
committed
Changing the URL to match new URL
1 parent f5d2e7d commit 360adc1

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

exchangerates/templates/index.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div id="hero">
2525
<div class="container">
2626
<nav class="navbar navbar-expand-lg navbar-light pt-5">
27-
<a class="navbar-brand" href="https://exchangeratesapi.io">
27+
<a class="navbar-brand" href="https://kc-exchangeratesapi.herokuapp.com/">
2828
<img src="/static/logo.svg" alt="Exchange rates API" />
2929
</a>
3030
<ul class="navbar-nav ml-auto">
@@ -34,7 +34,7 @@
3434
</a>
3535
</li>
3636
<li class="nav-item">
37-
<a href="https://github.com/madisvain/exchangeratesapi" class="nav-link">
37+
<a href="https://github.com/kickstartcoding/exchangeratesapi" class="nav-link">
3838
Source
3939
</a>
4040
</li>
@@ -62,7 +62,7 @@ <h1 class="text-center">
6262
<div id="shell" class="col-6 offset-3">
6363
<pre>
6464
<code class="http px-5">
65-
GET https://api.exchangeratesapi.io/latest HTTP/1.1
65+
GET https://kc-exchangeratesapi.herokuapp.com/latest HTTP/1.1
6666

6767
{
6868
"base": "EUR",
@@ -131,7 +131,7 @@ <h4>Usage</h4>
131131
</p>
132132
<pre>
133133
<code class="http px-5 rounded-corners">
134-
GET https://api.exchangeratesapi.io/latest HTTP/1.1
134+
GET https://kc-exchangeratesapi.herokuapp.com/latest HTTP/1.1
135135
</code>
136136
</pre>
137137

@@ -140,7 +140,7 @@ <h4>Usage</h4>
140140
</p>
141141
<pre>
142142
<code class="http px-5 rounded-corners">
143-
GET https://api.exchangeratesapi.io/2010-01-12 HTTP/1.1
143+
GET https://kc-exchangeratesapi.herokuapp.com/2010-01-12 HTTP/1.1
144144
</code>
145145
</pre>
146146

@@ -150,7 +150,7 @@ <h4>Usage</h4>
150150
</p>
151151
<pre>
152152
<code class="http px-5 rounded-corners">
153-
GET https://api.exchangeratesapi.io/latest?base=USD HTTP/1.1
153+
GET https://kc-exchangeratesapi.herokuapp.com/latest?base=USD HTTP/1.1
154154
</code>
155155
</pre>
156156

@@ -159,7 +159,7 @@ <h4>Usage</h4>
159159
</p>
160160
<pre>
161161
<code class="http px-5 rounded-corners">
162-
GET https://api.exchangeratesapi.io/latest?symbols=USD,GBP HTTP/1.1
162+
GET https://kc-exchangeratesapi.herokuapp.com/latest?symbols=USD,GBP HTTP/1.1
163163
</code>
164164
</pre>
165165

@@ -179,13 +179,10 @@ <h4>Usage</h4>
179179
<div class="col my-3 text-center">
180180
<ul class="list-unstyled mx-auto">
181181
<li>
182-
<a class="github-button" href="https://github.com/madisvain/exchangeratesapi" data-size="large" data-show-count="true" aria-label="Star madisvain/exchangeratesapi on GitHub">Star</a>
183-
<a class="github-button" href="https://github.com/madisvain/exchangeratesapi/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork madisvain/exchangeratesapi on GitHub">Fork</a>
184-
</li>
185182
<li>
186-
Made with <span style="color: #e25555;">&hearts;</span> for coding by <a href="https://github.com/madisvain">Madis Väin</a>
183+
Original API made by <a href="https://github.com/madisvain">Madis Väin</a> and under the MIT license
187184
<br/>
188-
<small>Estonia, Tallinn</small>
185+
This "remix" is by <a href="https://github.com/kickstartcoding/">Kickstart Coding</a>
189186
</li>
190187
</ul>
191188
</div>

0 commit comments

Comments
 (0)