Skip to content

Commit 3fbcd92

Browse files
authored
Change canonical links to GitHub Pages
Updated links to point to the GitHub Pages version of the site.
1 parent 0ca70cb commit 3fbcd92

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

static/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
<!DOCTYPE html>
32
<html lang="en">
43
<head>
54
<meta charset="utf-8">
65
<meta name="viewport" content="width=device-width,initial-scale=1">
76
<title> devonfw</title>
8-
<link rel="canonical" href="https://devonfw.com/devon4j/current/index.html">
7+
<link rel="canonical" href="https://devonfw.github.io/devon4j/current/index.html">
98
<meta name="generator" content="Antora 3.0.2">
109
<link rel="stylesheet" href="./css/site.css">
1110
<link rel="stylesheet" href="./css/devonfw.css">
@@ -35,7 +34,7 @@ <h3>Dear devonfw friends!</h3>
3534
<header class="header">
3635
<nav class="navbar" id="navbar">
3736
<div class="navbar-brand">
38-
<a class="navbar-item" href="https://devonfw.com">devonfw</a>
37+
<a class="navbar-item" href="https://devonfw.github.io">devonfw</a>
3938
<button class="navbar-burger" data-target="topbar-nav">
4039
<span></span>
4140
<span></span>
@@ -44,12 +43,12 @@ <h3>Dear devonfw friends!</h3>
4443
</div>
4544
<div id="topbar-nav" class="navbar-menu">
4645
<div class="navbar-end">
47-
<a class="navbar-item" href="https://devonfw.com/docs/java/current/">Java</a>
48-
<a class="navbar-item" href="https://devonfw.com/docs/typescript/current/">TypeScript</a>
46+
<a class="navbar-item" href="https://devonfw.github.io/docs/java/current/">Java</a>
47+
<a class="navbar-item" href="https://devonfw.github.io/docs/typescript/current/">TypeScript</a>
4948
<a class="navbar-item" href="https://github.com/devonfw/ide">IDE</a>
5049
<a class="navbar-item" href="https://github.com/devonfw/hangar">CI/CD</a>
51-
<a class="navbar-item" href="https://devonfw.com/website/pages/learning/">Tutorials</a>
52-
<a class="navbar-item" href="https://devonfw.com/website/pages/docs/master.html">Legacy Docs</a>
50+
<a class="navbar-item" href="https://devonfw.github.io/website/pages/learning/">Tutorials</a>
51+
<a class="navbar-item" href="https://devonfw.github.io/website/pages/docs/master.html">Legacy Docs</a>
5352
<div class="navbar-item search hide-for-print">
5453
<div id="search-field" class="field">
5554
<input id="search-input" type="text" placeholder="Search the docs" title="">
@@ -135,7 +134,7 @@ <h2>Hangar</h2>
135134
<footer>
136135
<div class="bottom-footer">
137136
<ul>
138-
<li><a href="https://devonfw.com/website/pages/docs/devonfw-guide_ide.wiki_LICENSE.asciidoc.html">Terms of use</a></li>
137+
<li><a href="https://devonfw.github.io/website/pages/docs/devonfw-guide_ide.wiki_LICENSE.asciidoc.html">Terms of use</a></li>
139138
</ul>
140139
</div>
141140

@@ -144,9 +143,10 @@ <h2>Hangar</h2>
144143
</div>
145144
<script src="./js/devonfw.js"></script>
146145
<script src="./js/cookie-consent.js"></script>
147-
<script src="https://cginternal.devonfw.com/communitycontent/main.js"></script>
146+
<script src="https://cginternal.devonfw.github.io/communitycontent/main.js"></script>
148147
<script src="./docs/_/js/vendor/lunr.js"></script>
149148
<script src="./docs/_/js/search-ui.js" id="search-ui-script" data-site-root-path="./docs" data-snippet-length="100" data-stylesheet="./docs/_/css/search.css"></script>
150149
<script async src="./docs/search-index.js"></script>
151150
</body>
152151
</html>
152+

0 commit comments

Comments
 (0)