summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <ikiwiki.info>2018-04-23 18:50:17 +0100
committerChristopher Baines <ikiwiki.info>2018-04-23 18:50:17 +0100
commite08f6ee1fe38e4ede6952ac4cb2814cfac3a5249 (patch)
tree89459e0b60d7b94fc1e0d83b99edb252906a1666
parent0c41762efca54ad4f7b46c7a6e6db067b63f30cd (diff)
downloadcbaines.net-e08f6ee1fe38e4ede6952ac4cb2814cfac3a5249.tar
cbaines.net-e08f6ee1fe38e4ede6952ac4cb2814cfac3a5249.tar.gz
Fix links to git.cbaines.net
It now supports HTTPS. Also fix the links assuming gitweb rather than cgit.
-rw-r--r--guix.scm2
-rw-r--r--posts/freenode_live_2017.mdwn2
-rw-r--r--posts/maptime_southampton_feb_2015.mdwn2
-rw-r--r--posts/maptime_southampton_june_2015.mdwn2
-rw-r--r--posts/prometheus_in_early_2016.mdwn2
-rw-r--r--projects/osm/net.cbaines.suma.mdwn2
-rw-r--r--projects/ou/punchingbag.mdwn2
-rw-r--r--projects/prometheus-pgbouncer-exporter.mdwn2
-rw-r--r--projects/robocup/2011.mdwn2
9 files changed, 9 insertions, 9 deletions
diff --git a/guix.scm b/guix.scm
index ce32cb8..49b3e93 100644
--- a/guix.scm
+++ b/guix.scm
@@ -9,7 +9,7 @@
(source (origin
(method url-fetch)
(uri (string-append
- "http://git.cbaines.net/ikiwiki/snapshot/ikiwiki-"
+ "https://git.cbaines.net/ikiwiki/snapshot/ikiwiki-"
commit
".tar.gz"))
(sha256
diff --git a/posts/freenode_live_2017.mdwn b/posts/freenode_live_2017.mdwn
index f432b9f..fb8f180 100644
--- a/posts/freenode_live_2017.mdwn
+++ b/posts/freenode_live_2017.mdwn
@@ -20,7 +20,7 @@ notes right up until Sunday morning.
src="/projects/guix/freenode-live-2017/presentation/">
</iframe>
-<a href="http://git.cbaines.net/guix/freenode-live-2017-presentation/"
+<a href="https://git.cbaines.net/guix/freenode-live-2017-presentation/"
style="margin: 0 auto;">
Source for the slides
</a>
diff --git a/posts/maptime_southampton_feb_2015.mdwn b/posts/maptime_southampton_feb_2015.mdwn
index 45698a5..6a572d8 100644
--- a/posts/maptime_southampton_feb_2015.mdwn
+++ b/posts/maptime_southampton_feb_2015.mdwn
@@ -6,7 +6,7 @@ meetup. It covered [[!taglink Leaflet]] for begineers.
The [[slides|projects/osm/leaflet-workshop/leaflet-workshop/index.html]] are
available, and the material (including the slides) I used can be found in
[[this git
-repository|http://git.cbaines.net/?p=leaflet-workshop.git;a=summary]], and is
+repository|https://git.cbaines.net/leaflet-workshop/]], and is
also available to download as a
[[zip|posts/maptime_southampton_feb_2015/maptime.zip]] or
[[tgz|posts/maptime_southampton_feb_2015/maptime.tgz]] archive.
diff --git a/posts/maptime_southampton_june_2015.mdwn b/posts/maptime_southampton_june_2015.mdwn
index 1c58d65..27e0c38 100644
--- a/posts/maptime_southampton_june_2015.mdwn
+++ b/posts/maptime_southampton_june_2015.mdwn
@@ -22,7 +22,7 @@ very cool OpenStreetMap jigsaw pieces from Rebecca's husband (whose name I
cannot remember/find).
The [[slides|projects/osm/osm-intro/osm-intro/index.html]] ([[git
-repository|http://git.cbaines.net/osm-intro/]]) for my talk are
+repository|https://git.cbaines.net/osm-intro/]]) for my talk are
available. The aim was to give a brief introduction to what [[!taglink
OpenStreetMap]] is, particularly mentioning interesting things like the
[[Humanitarian OpenStreetMap Team|http://hotosm.org/]].
diff --git a/posts/prometheus_in_early_2016.mdwn b/posts/prometheus_in_early_2016.mdwn
index 43dab7c..26b3fc3 100644
--- a/posts/prometheus_in_early_2016.mdwn
+++ b/posts/prometheus_in_early_2016.mdwn
@@ -26,7 +26,7 @@ were being sent really slowly, and eventually it was determined that this was
due to workers waiting for a database connection. [[!taglink PGBouncer]] does
expose metrics, but having them in Prometheus makes them accessible, so I wrote
a [[Prometheus exporter for
-PGBouncer|http://git.cbaines.net/prometheus-pgbouncer-exporter/about/]].
+PGBouncer|https://git.cbaines.net/prometheus-pgbouncer-exporter/about/]].
The data from this is displayed on relevant dashboards in Grafana, and has
helped more than once to quickly solve issues. Recently, the
diff --git a/projects/osm/net.cbaines.suma.mdwn b/projects/osm/net.cbaines.suma.mdwn
index cbb5b64..6d05b7f 100644
--- a/projects/osm/net.cbaines.suma.mdwn
+++ b/projects/osm/net.cbaines.suma.mdwn
@@ -49,7 +49,7 @@ activity.
# Source
The source code is contained in
-<a href="http://git.cbaines.net/southamptonuniversitymap/">this Git
+<a href="https://git.cbaines.net/southamptonuniversitymap/">this Git
repository</a>.
# Download
diff --git a/projects/ou/punchingbag.mdwn b/projects/ou/punchingbag.mdwn
index 2c41bae..9dbb4c9 100644
--- a/projects/ou/punchingbag.mdwn
+++ b/projects/ou/punchingbag.mdwn
@@ -21,7 +21,7 @@ PC.
Your browser does not support the video tag.
</video>
-The [source code](http://git.cbaines.net/?p=punchingbag.git;a=summary) is available.
+The [source code](https://git.cbaines.net/punchingbag/) is available.
## Development Photos
diff --git a/projects/prometheus-pgbouncer-exporter.mdwn b/projects/prometheus-pgbouncer-exporter.mdwn
index c683710..415b9fb 100644
--- a/projects/prometheus-pgbouncer-exporter.mdwn
+++ b/projects/prometheus-pgbouncer-exporter.mdwn
@@ -8,7 +8,7 @@ PgBouncer.
# Source
The source code is contained in
-<a href="http://git.cbaines.net/prometheus-pgbouncer-exporter/">this Git
+<a href="https://git.cbaines.net/prometheus-pgbouncer-exporter/">this Git
repository</a>.
# Download
diff --git a/projects/robocup/2011.mdwn b/projects/robocup/2011.mdwn
index 913d07b..2c8ab91 100644
--- a/projects/robocup/2011.mdwn
+++ b/projects/robocup/2011.mdwn
@@ -1,7 +1,7 @@
This year, I was involved in a team entering the dance discipline, something
which I had not been involved in previously.
-The [source code](http://git.cbaines.net/?p=snakerobot.git;a=summary) is
+The [source code](https://git.cbaines.net/snakerobot/) is
available.
Originally there was no plan to "dance" with the robot, but it happened anyway.