Skip to content

Commit f41cce2

Browse files
committed
fixed some 404 links
1 parent 57d02af commit f41cce2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<section class="btm">
88
<div class="row">
99
<div class="col-md-6">
10-
<p>This <a href="http://github.com/geonode/geonode.github.com/" target="_blank">Website</a> is licensed <a href='license.html'>CC by SA 2012.</a> - <a href='/contributors.html'>GeoNode Contributors.</a> Designed by <a href="http://www.spatialdev.com/" target="_blank">Spatial Dev</a></p>
10+
<p>This <a href="http://github.com/geonode/geonode.github.com/" target="_blank">Website</a> is licensed <a href='https://github.com/GeoNode/geonode/blob/master/license.txt'>CC by SA 2012.</a> - <a href='https://github.com/GeoNode/geonode/blob/master/AUTHORS'>GeoNode Contributors.</a> Designed by <a href="http://www.spatialdev.com/" target="_blank">Spatial Dev</a></p>
1111
</div>
1212
<div class="col-md-6">
1313
<div class="pull-right social">

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<li><a href="{{ site.baseurl }}/user_features">For Users</a></li>
1414
<li><a href="{{ site.baseurl }}/dev_features">For Developers</a></li>
1515
<li><a href="{{ site.baseurl }}/admin_features">For Admins</a></li>
16-
<li><a href="http://docs.geonode.org/en/latest/tutorials/">Workshops</a></li>
16+
<li><a href="http://docs.geonode.org/en/master/usage/index.html/">Workshops</a></li>
1717
<li><a href="{{ site.baseurl }}/communication/">Communication</a></li>
1818
<li><a href="{{ site.baseurl }}/faqs">FAQs</a></li>
1919
<li><a href="{{ site.baseurl }}/gallery/">Sites Gallery</a></li>

blog/_posts/2018-04-26-geonode-2.8-released.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>Installation Instructions</h2>
5757
<code>geonode createsuperuser</code><br>
5858
<code>sudo geonode-updateip 127.0.0.1</code>
5959

60-
<p>For further information, please take a look at <a href="http://docs.geonode.org/en/latest/tutorials/install_and_admin/quick_install.html#ubuntu-standard-deployment">Quick GeoNode Install</a></p>
60+
<p>For further information, please take a look at <a href="http://docs.geonode.org/en/master/install/core/index.html">Quick GeoNode Install</a></p>
6161

6262
<p>The manual installation is possible for any OS following this guide <a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/index.html#geonode-install">GeoNode Install</a></p>
6363

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>Open Source Geospatial Content Management System</h1>
2222
It is designed to be extended and modified, and can be integrated into existing platforms.
2323
</p>
2424
<p>
25-
<a href="http://summit.geonode.org/" class="btn btn-md btn-success" target="_blank">GeoNode summit 2018</a>
25+
<a href="http://summit.geonode.org/" class="btn btn-md btn-success" target="_blank">GeoNode summit 2019</a>
2626
</p>
2727
<div class="promo-links">
2828
<a title="OSGeo Project" href="http://osgeo.org"><img style="background-color:white;" alt="OSGeo Project" src="https://svn.osgeo.org/osgeo/marketing/logo/png8/150/OSGeo_project.png"/></a>

user_features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: base
33
title: User Features - GeoNode
44
body_class: "geonode-features user-features"
5-
---
5+
---
66

77
<section class="banner">
88
<div class="container">

0 commit comments

Comments
 (0)