Skip to content

Commit 622942f

Browse files
committed
Update all URLs to MapServer repository
1 parent ed13694 commit 622942f

File tree

21 files changed

+36
-36
lines changed

21 files changed

+36
-36
lines changed

.github/workflows/deploy.app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
deploy_key: ${{ secrets.PRIVATE_KEY }}
2929
publish_dir: ./workshop/exercises/app/dist
3030
publish_branch: gh-pages
31-
# deploy to https://geographika.github.io/getting-started-with-mapserver-demo/
32-
external_repository: geographika/getting-started-with-mapserver-demo
31+
# deploy to https://mapserver.github.io/getting-started-with-mapserver-demo/
32+
external_repository: mapserver/getting-started-with-mapserver-demo

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ major platforms (Windows, Linux, Mac OS X).
99
## For users
1010

1111
Are you a workshop participant or want to dive-in individually? Go to
12-
[https://geographika.github.io/getting-started-with-mapserver](https://geographika.github.io/getting-started-with-mapserver)
12+
[https://mapserver.github.io/getting-started-with-mapserver](https://mapserver.github.io/getting-started-with-mapserver)
1313
to follow the lessons and exercises.
1414

1515
The demo exercises are also available online at
16-
[https://geographika.github.io/getting-started-with-mapserver-demo/](https://geographika.github.io/getting-started-with-mapserver-demo/).
16+
[https://mapserver.github.io/getting-started-with-mapserver-demo/](https://mapserver.github.io/getting-started-with-mapserver-demo/).
1717

1818
## For authors
1919

@@ -23,7 +23,7 @@ Below are guidelines for authoring and/or improving the workshop's content.
2323

2424
This workshop uses Docker (Docker, Docker Compose) to ensure a consistent environment
2525
to deploy MapServer and work through the various exercises. As with participants, follow
26-
the [Workshop environment setup](https://geographika.github.io/getting-started-with-mapserver/setup).
26+
the [Workshop environment setup](https://mapserver.github.io/getting-started-with-mapserver/setup).
2727

2828
### Building the workshop content locally
2929

@@ -38,7 +38,7 @@ of content and publishing. Workshop content is written in Markdown.
3838
python3 -m venv .
3939
. bin/activate
4040
# fork or clone from GitHub
41-
git clone https://github.com/geographika/getting-started-with-mapserver.git
41+
git clone https://github.com/mapserver/getting-started-with-mapserver.git
4242
cd getting-started-with-mapserver/workshop/content
4343
# install required dependencies
4444
pip install -r requirements.txt
@@ -52,7 +52,7 @@ mkdocs serve # website is made available on http://localhost:8000
5252

5353
To make contributions back to the workshop, fork the repository from GitHub. Contributions and Pull Requests are always welcome!
5454

55-
Changes to the GitHub repository result in an automated build and deploy of the content to [https://geographika.github.io/getting-started-with-mapserver](https://geographika.github.io/getting-started-with-mapserver).
55+
Changes to the GitHub repository result in an automated build and deploy of the content to [https://mapserver.github.io/getting-started-with-mapserver](https://mapserver.github.io/getting-started-with-mapserver).
5656

5757
## Deploying to live site
5858

workshop/content/docs/advanced/clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ directive.
66
In our example points representing trees are clustered together, with the number of points in each cluster used as the label.
77

88
<div class="map">
9-
<iframe src="https://geographika.github.io/getting-started-with-mapserver-demo/clusters.html"></iframe>
9+
<iframe src="https://mapserver.github.io/getting-started-with-mapserver-demo/clusters.html"></iframe>
1010
</div>
1111

1212
## Mapfile Notes

workshop/content/docs/advanced/sld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SLD can be used by MapServer in several different ways:
1717
This exercise will focus on the first use case.
1818

1919
<div class="map">
20-
<iframe src="https://geographika.github.io/getting-started-with-mapserver-demo/sld.html"></iframe>
20+
<iframe src="https://mapserver.github.io/getting-started-with-mapserver-demo/sld.html"></iframe>
2121
</div>
2222

2323
## Code

workshop/content/docs/advanced/symbols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
In this exercise we'll look at how [SYMBOL](https://mapserver.org/mapfile/symbol.html)s can be used to apply complex cartographic effects to vector data. The Mapfile displays OpenStreetMap railways in Tartu, Estonia.
66

77
<div class="map">
8-
<iframe src="https://geographika.github.io/getting-started-with-mapserver-demo/railways.html"></iframe>
8+
<iframe src="https://mapserver.github.io/getting-started-with-mapserver-demo/railways.html"></iframe>
99
</div>
1010

1111
## Vector Symbols

workshop/content/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ MAP
4646

4747
# Workshop location and materials
4848

49-
This workshop is provided live at [https://geographika.github.io/getting-started-with-mapserver](https://geographika.github.io/getting-started-with-mapserver).
49+
This workshop is provided live at [https://mapserver.github.io/getting-started-with-mapserver](https://mapserver.github.io/getting-started-with-mapserver).
5050

51-
The workshop contents, wiki and issue tracker are managed on GitHub at [https://github.com/geographika/getting-started-with-mapserver](https://github.com/geographika/getting-started-with-mapserver).
51+
The workshop contents, wiki and issue tracker are managed on GitHub at [https://github.com/mapserver/getting-started-with-mapserver](https://github.com/mapserver/getting-started-with-mapserver).
5252

5353
# Support
5454

55-
For issues/bugs/suggestions or improvements/contributions, use the [GitHub issue tracker](https://github.com/geographika/getting-started-with-mapserver/issues).
55+
For issues/bugs/suggestions or improvements/contributions, use the [GitHub issue tracker](https://github.com/mapserver/getting-started-with-mapserver/issues).
5656

57-
Bugs, enhancements and issues can be reported on [GitHub](https://github.com/geographika/getting-started-with-mapserver/issues).
57+
Bugs, enhancements and issues can be reported on [GitHub](https://github.com/mapserver/getting-started-with-mapserver/issues).
5858

5959
As always, core MapServer support and community information can be found on the MapServer [website](https://mapserver.org/community/index.html).
6060

workshop/content/docs/inputs/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ogrinfo PG:"host=db user=docker password=docker dbname=gis port=5432" water_a -s
7272
Online example not available as no PostGIS installation on the server
7373
7474
<div class="map">
75-
<iframe src="https://geographika.github.io/getting-started-with-mapserver-demo/postgis.html"></iframe>
75+
<iframe src="https://mapserver.github.io/getting-started-with-mapserver-demo/postgis.html"></iframe>
7676
</div>
7777
-->
7878

workshop/content/docs/inputs/raster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The dataset used in this example is elevation data from the [Estonian Geoportal]
88
and data provided by the Estonian Land Board 2024. It covers Tartu center and is from map sheet 474659.
99

1010
<div class="map">
11-
<iframe src="https://geographika.github.io/getting-started-with-mapserver-demo/raster.html"></iframe>
11+
<iframe src="https://mapserver.github.io/getting-started-with-mapserver-demo/raster.html"></iframe>
1212
</div>
1313

1414
## Viewing Dataset Details

workshop/content/docs/inputs/vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ More information can be found on the [Vector Data Management & Optimization](htt
1313
MapServer documentation.
1414

1515
<div class="map">
16-
<iframe src="https://geographika.github.io/getting-started-with-mapserver-demo/stars.html"></iframe>
16+
<iframe src="https://mapserver.github.io/getting-started-with-mapserver-demo/stars.html"></iframe>
1717
</div>
1818

1919
## Remote Datasets using Virtual File Systems

workshop/content/docs/mapfile/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
In this exercises we'll look at labelling features in a map. We'll be using a lakes dataset from the original Itasca County, Minnesota MapServer demo.
66

77
<div class="map">
8-
<iframe src="https://geographika.github.io/getting-started-with-mapserver-demo/lakes.html"></iframe>
8+
<iframe src="https://mapserver.github.io/getting-started-with-mapserver-demo/lakes.html"></iframe>
99
</div>
1010

1111
## Labels

0 commit comments

Comments
 (0)