summaryrefslogtreecommitdiff
path: root/posts
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 /posts
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.
Diffstat (limited to 'posts')
-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
4 files changed, 4 insertions, 4 deletions
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