Skip to content

Commit 4cd807f

Browse files
author
zekro
committed
update backend repository links
1 parent d65ac07 commit 4cd807f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: src/components/CookieInfo.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
page.<br />
1212
More information about how we are using cookies you can read about
1313
<a
14-
href="https://github.com/myrunes/myrunes/blob/master/docs/cookie-usage.md"
14+
href="https://github.com/myrunes/backend/blob/master/docs/cookie-usage.md"
1515
>here</a>.
1616
</p>
1717
<button

Diff for: src/components/Footer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p>
66
© 2019 MYRUNES [{{ version }}] &nbsp;&nbsp;|&nbsp;&nbsp;
77
<a
8-
href="https://github.com/myrunes/myrunes/blob/master/docs/imprint.txt"
8+
href="https://github.com/myrunes/backend/blob/master/docs/imprint.txt"
99
>IMPRINT</a>
1010
&nbsp;&nbsp;|&nbsp;&nbsp;
1111
<router-link to="/contact">CONTACT</router-link>&nbsp;&nbsp;|&nbsp;&nbsp;

Diff for: src/routes/About.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
<h2 class="mt-4 mb-3">Information and Privacy</h2>
4848
<a
4949
class="icon-link info"
50-
href="https://github.com/myrunes/myrunes/blob/master/docs/imprint.txt"
50+
href="https://github.com/myrunes/backend/blob/master/docs/imprint.txt"
5151
target="_blank"
5252
>Imprint</a>
5353
<a
5454
class="icon-link info"
55-
href="https://github.com/myrunes/myrunes/blob/master/docs/cookie-usage.md"
55+
href="https://github.com/myrunes/backend/blob/master/docs/cookie-usage.md"
5656
target="_blank"
5757
>Cookie and Local Storage Usage</a>
5858
<a
5959
class="icon-link info"
60-
href="https://github.com/myrunes/myrunes/blob/master/LICENSE"
60+
href="https://github.com/myrunes/backend/blob/master/LICENSE"
6161
target="_blank"
6262
>Open Source Licence (MIT)</a>
6363
</div>

Diff for: src/routes/Settings.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<br />
106106
<a
107107
class="underlined"
108-
href="https://github.com/myrunes/myrunes/blob/master/docs/cookie-usage.md"
108+
href="https://github.com/myrunes/backend/blob/master/docs/cookie-usage.md"
109109
target="_blank"
110110
>Here</a> you can read about what particular data is saved in the local storage by MYRUNES.
111111
</p>

0 commit comments

Comments
 (0)