Skip to content

Commit 06c825e

Browse files
committedJul 24, 2015
Update navbar
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 07558eb commit 06c825e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
 

‎output/index.html

+17-17
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<span class="icon-bar"></span>
8181
</button>
8282
<a class="navbar-brand" href="https://getnikola.com/">
83-
<img src="assets/img/logo.svg" alt="Nikola" id="logo"></a>
83+
<img src="https://getnikola.com/assets/img/logo.svg" alt="Nikola" id="logo"></a>
8484
</div>
8585
<!-- /.navbar-header -->
8686
<div class="collapse navbar-collapse" id="bs-navbar" aria-expanded="false">
@@ -89,37 +89,37 @@
8989
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation <b class="caret"></b></a>
9090
<ul class="dropdown-menu">
9191
<li>
92-
<a href="documentation.html"><strong>Documentation Index</strong></a>
92+
<a href="https://getnikola.com/documentation.html"><strong>Documentation Index</strong></a>
9393
</li>
9494
<li>
95-
<a href="getting-started.html"><strong>Getting Started</strong></a>
95+
<a href="https://getnikola.com/getting-started.html"><strong>Getting Started</strong></a>
9696
</li>
9797
<li>
98-
<a href="handbook.html"><strong>Handbook</strong></a>
98+
<a href="https://getnikola.com/handbook.html"><strong>Handbook</strong></a>
9999
</li>
100100
<li>
101-
<a href="features/index.html"><strong>Features</strong></a>
101+
<a href="https://getnikola.com/features/index.html"><strong>Features</strong></a>
102102
</li>
103103
<li>
104-
<a href="conf.html">conf.py</a>
104+
<a href="https://getnikola.com/conf.html">conf.py</a>
105105
</li>
106106
<li>
107-
<a href="changes.html">Changelog</a>
107+
<a href="https://getnikola.com/changes.html">Changelog</a>
108108
</li>
109109
<li>
110-
<a href="creating-a-theme.html">Theming Tutorial</a>
110+
<a href="https://getnikola.com/creating-a-theme.html">Theming Tutorial</a>
111111
</li>
112112
<li>
113-
<a href="extending.html">Extending</a>
113+
<a href="https://getnikola.com/extending.html">Extending</a>
114114
</li>
115115
<li>
116-
<a href="internals.html">Internals</a>
116+
<a href="https://getnikola.com/internals.html">Internals</a>
117117
</li>
118118
<li>
119-
<a href="creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
119+
<a href="https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
120120
</li>
121121
<li>
122-
<a href="license.html">License</a>
122+
<a href="https://getnikola.com/license.html">License</a>
123123
</li>
124124
</ul>
125125
</li>
@@ -139,7 +139,7 @@
139139
<a href="https://irclogs.getnikola.com/">IRC logs (#nikola@freenode)</a>
140140
</li>
141141
<li>
142-
<a href="contact.html"><strong>All support options</strong></a>
142+
<a href="https://getnikola.com/contact.html"><strong>All support options</strong></a>
143143
</li>
144144
</ul>
145145
</li>
@@ -164,18 +164,18 @@
164164
<a href="https://github.com/getnikola/nikola/issues">Issue Tracker</a>
165165
</li>
166166
<li>
167-
<a href="changes.html">Changelog</a>
167+
<a href="https://getnikola.com/changes.html">Changelog</a>
168168
</li>
169169
<li>
170-
<a href="license.html">License</a>
170+
<a href="https://getnikola.com/license.html">License</a>
171171
</li>
172172
<li>
173-
<a href="authors.html">Contributors</a>
173+
<a href="https://getnikola.com/authors.html">Contributors</a>
174174
</li>
175175
</ul>
176176
</li>
177177
<li>
178-
<a href="blog/index.html">Blog</a>
178+
<a href="https://getnikola.com/blog/index.html">Blog</a>
179179
</li>
180180
<li>
181181
<a href="https://users.getnikola.com">Users</a>

0 commit comments

Comments
 (0)
Please sign in to comment.