Skip to content

Commit ab4d2e3

Browse files
committed
- update paths
1 parent 8d6670e commit ab4d2e3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

admin_features.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h4>Essential components for OGC-compliant services</h4>
6161
<li>Web Map Context (WMC)</li>
6262
<li>Tile Map Service (TMS)</li>
6363
</ul>
64-
<a href="https://docs.geonode.org/en/master/usage/managing_datasets/index.html" class="hide btn btn-success">Learn about GeoNode for SDI</a>
64+
<a href="{{ site.extbase.docs }}usage/managing_datasets/index.html" class="hide btn btn-success">Learn about GeoNode for SDI</a>
6565
</div>
6666
</div>
6767
</div>
@@ -88,7 +88,7 @@ <h4>A framework for securing your users' data</h4>
8888
<li>Integration with GeoServer security at the service level</li>
8989
<li>Integration with external authentication services</li>
9090
</ul>
91-
<a href="https://docs.geonode.org/en/master/advanced/components/index.html" class="hide btn btn-success">Learn about GeoNode's security framework</a>
91+
<a href="{{ site.extbase.docs }}advanced/components/index.html" class="hide btn btn-success">Learn about GeoNode's security framework</a>
9292
</div>
9393
</div>
9494
</div>
@@ -111,7 +111,7 @@ <h4>Designed for reliability under all load conditions</h4>
111111
<li>Cache map tiles locally or to a content delivery network (CDN)</li>
112112
</ul>
113113

114-
<a href="https://docs.geonode.org/en/master/install/index.html" class="hide hide btn btn-success">Learn about deploying and scaling GeoNode</a>
114+
<a href="{{ site.extbase.docs }}install/index.html" class="hide hide btn btn-success">Learn about deploying and scaling GeoNode</a>
115115
</div>
116116
</div>
117117
</div>

dev_features.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h4>Open from top to bottom</h4>
6161
<li>Geospatial Python libraries</li>
6262
<li>OpenLayers and GeoExt Web Mapping Libraries</li>
6363
</ul>
64-
<a href="opensource_geospatial.html" class="hide btn btn-success">Learn about GeoNode's open source geospatial foundation</a>
64+
<a href="{{ site.extbase.docs }}start/index.html#geospatial-data-storage" class="hide btn btn-success">Learn about GeoNode's open source geospatial foundation</a>
6565
</div>
6666
</div>
6767
</div>
@@ -91,7 +91,7 @@ <h4>Built for the web</h4>
9191
<li>Large ecosystem of pluggable apps</li>
9292
<li>Spatial GeoDjango object-relational mapping available</li>
9393
</ul>
94-
<a href="https://docs.geonode.org/en/master/advanced/index.html#geonode-django-contrib-apps" class="hide btn btn-success">Learn about GeoNode's pluggable Django apps and deployable projects</a>
94+
<a href="{{ site.extbase.docs }}advanced/index.html#geonode-django-contrib-apps" class="hide btn btn-success">Learn about GeoNode's pluggable Django apps and deployable projects</a>
9595
</div>
9696
</div>
9797
<div class="col-6 col-md-4">
@@ -118,7 +118,7 @@ <h4>Modern and flexible front-end</h4>
118118
<li>Django templating system</li>
119119
<li>Customizable themes using LESS and Bootswatch</li>
120120
</ul>
121-
<a href="https://github.com/GeoNode/geonode-mapstore-client" class="hide btn btn-success">Learn about GeoNode's Front End</a>
121+
<a href="{{ site.extbase.docs }}contribute/frontend-development/index.html" class="hide btn btn-success">Learn about GeoNode's Front End</a>
122122
</div>
123123
</div>
124124
</div>
@@ -141,7 +141,7 @@ <h4>Integrate easily</h4>
141141
<li>GeoServer REST API</li>
142142
<li>GeoNode search and REST APIs</li>
143143
</ul>
144-
<a href="https://docs.geonode.org/en/master/devel/api/index.html" class="hide btn btn-success">Learn about GeoNode's APIs</a>
144+
<a href="{{ site.extbase.docs }}devel/api/index.html" class="hide btn btn-success">Learn about GeoNode's APIs</a>
145145
</div>
146146
</div>
147147
<div class="col-6 col-md-4">

user_features.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h4>Browse and search for geospatial data</h4>
6060
<li>Federated OGC services</li>
6161
<li>Metadata catalogue</li>
6262
</ul>
63-
<a href="https://docs.geonode.org/en/master/usage/data/finding_data.html" class="hide btn btn-success">Learn about GeoNode's discovery features</a>
63+
<a href="{{ site.extbase.docs }}usage/data/finding_data.html" class="hide btn btn-success">Learn about GeoNode's discovery features</a>
6464
</div>
6565
</div>
6666
</div>
@@ -88,7 +88,7 @@ <h4>Upload and share geospatial data, securely</h4>
8888
<li>Versioned geospatial data editor</li>
8989

9090
</ul>
91-
<a href="https://docs.geonode.org/en/master/usage/managing_datasets/index.html" class="hide btn btn-success">Learn about GeoNode's data management features</a>
91+
<a href="{{ site.extbase.docs }}usage/managing_datasets/index.html" class="hide btn btn-success">Learn about GeoNode's data management features</a>
9292
</div>
9393
</div>
9494
<div class="col-4">
@@ -120,7 +120,7 @@ <h4>Create and share interactive web maps</h4>
120120
<li>Create multi-layer interactive maps</li>
121121
<li>Share and embed maps in web pages</li>
122122
</ul>
123-
<a href="https://docs.geonode.org/en/master/usage/managing_maps/index.html" class="hide btn btn-success">Learn about GeoNode's mapping features</a>
123+
<a href="{{ site.extbase.docs }}usage/managing_maps/index.html" class="hide btn btn-success">Learn about GeoNode's mapping features</a>
124124
</div>
125125
</div>
126126
</div>

0 commit comments

Comments
 (0)