Skip to content

Commit 3a043d1

Browse files
committedJul 24, 2015
Update navbar
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent bb928da commit 3a043d1

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
 

Diff for: ‎output/index.html

+17-17
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<span class="icon-bar"></span>
7676
</button>
7777
<a class="navbar-brand" href="https://getnikola.com/">
78-
<img src="assets/img/logo.svg" alt="Nikola" id="logo"></a>
78+
<img src="https://getnikola.com/assets/img/logo.svg" alt="Nikola" id="logo"></a>
7979
</div>
8080
<!-- /.navbar-header -->
8181
<div class="collapse navbar-collapse" id="bs-navbar" aria-expanded="false">
@@ -84,37 +84,37 @@
8484
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation <b class="caret"></b></a>
8585
<ul class="dropdown-menu">
8686
<li>
87-
<a href="documentation.html"><strong>Documentation Index</strong></a>
87+
<a href="https://getnikola.com/documentation.html"><strong>Documentation Index</strong></a>
8888
</li>
8989
<li>
90-
<a href="getting-started.html"><strong>Getting Started</strong></a>
90+
<a href="https://getnikola.com/getting-started.html"><strong>Getting Started</strong></a>
9191
</li>
9292
<li>
93-
<a href="handbook.html"><strong>Handbook</strong></a>
93+
<a href="https://getnikola.com/handbook.html"><strong>Handbook</strong></a>
9494
</li>
9595
<li>
96-
<a href="features/index.html"><strong>Features</strong></a>
96+
<a href="https://getnikola.com/features/index.html"><strong>Features</strong></a>
9797
</li>
9898
<li>
99-
<a href="conf.html">conf.py</a>
99+
<a href="https://getnikola.com/conf.html">conf.py</a>
100100
</li>
101101
<li>
102-
<a href="changes.html">Changelog</a>
102+
<a href="https://getnikola.com/changes.html">Changelog</a>
103103
</li>
104104
<li>
105-
<a href="creating-a-theme.html">Theming Tutorial</a>
105+
<a href="https://getnikola.com/creating-a-theme.html">Theming Tutorial</a>
106106
</li>
107107
<li>
108-
<a href="extending.html">Extending</a>
108+
<a href="https://getnikola.com/extending.html">Extending</a>
109109
</li>
110110
<li>
111-
<a href="internals.html">Internals</a>
111+
<a href="https://getnikola.com/internals.html">Internals</a>
112112
</li>
113113
<li>
114-
<a href="creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
114+
<a href="https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
115115
</li>
116116
<li>
117-
<a href="license.html">License</a>
117+
<a href="https://getnikola.com/license.html">License</a>
118118
</li>
119119
</ul>
120120
</li>
@@ -134,7 +134,7 @@
134134
<a href="https://irclogs.getnikola.com/">IRC logs (#nikola@freenode)</a>
135135
</li>
136136
<li>
137-
<a href="contact.html"><strong>All support options</strong></a>
137+
<a href="https://getnikola.com/contact.html"><strong>All support options</strong></a>
138138
</li>
139139
</ul>
140140
</li>
@@ -159,18 +159,18 @@
159159
<a href="https://github.com/getnikola/nikola/issues">Issue Tracker</a>
160160
</li>
161161
<li>
162-
<a href="changes.html">Changelog</a>
162+
<a href="https://getnikola.com/changes.html">Changelog</a>
163163
</li>
164164
<li>
165-
<a href="license.html">License</a>
165+
<a href="https://getnikola.com/license.html">License</a>
166166
</li>
167167
<li>
168-
<a href="authors.html">Contributors</a>
168+
<a href="https://getnikola.com/authors.html">Contributors</a>
169169
</li>
170170
</ul>
171171
</li>
172172
<li>
173-
<a href="blog/index.html">Blog</a>
173+
<a href="https://getnikola.com/blog/index.html">Blog</a>
174174
</li>
175175
<li>
176176
<a href="https://users.getnikola.com">Users</a>

0 commit comments

Comments
 (0)
Please sign in to comment.