[postgis-tickets] [SCM] postgis.net branch hugo updated. 6a543e0e6e47df4282aa7969701ef12a504e2741
git at osgeo.org
git at osgeo.org
Mon Feb 28 10:04:18 PST 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".
The branch, hugo has been updated
via 6a543e0e6e47df4282aa7969701ef12a504e2741 (commit)
from 86705f4f55244c88661dfe7a9de93a0a8c390933 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6a543e0e6e47df4282aa7969701ef12a504e2741
Author: Regina Obe <lr at pcorp.us>
Date: Mon Feb 28 13:04:14 2022 -0500
Make video links https so they work
diff --git a/content/events/11-21_postgis-day-panel.md b/content/events/11-21_postgis-day-panel.md
index cb55908..76a6f0f 100644
--- a/content/events/11-21_postgis-day-panel.md
+++ b/content/events/11-21_postgis-day-panel.md
@@ -7,21 +7,21 @@ author: Regina Obe
date: "2013-11-21"
eventDates: "2013 November 21st"
featured: false
-eventLink: http://images.spatiallyadjusted.com.s3.amazonaws.com/irc_logs/2013-11-21.txt
-videosLink: http://www.youtube.com/watch?feature=player_embedded&v=xzl6gaOsasE
+eventLink: https://images.spatiallyadjusted.com.s3.amazonaws.com/irc_logs/2013-11-21.txt
+videosLink: https://www.youtube.com/watch?feature=player_embedded&v=xzl6gaOsasE
location: "Online"
---
November 21st, 2013 was PostGIS day and to celebrate we had a four panel discussion with host James Fee and panel members
-<a href="http://blog.cleverelephant.ca" target="_blank">Paul Ramsey</a>, <a href="http://www.linkedin.com/pub/bborie-park/54/a16/b7b" target="_blank">Bborie Park</a>, <a href="http://smathermather.wordpress.com" target="_blank">Stephen Mather</a>, and <a href="http://www.databasesoup.com/" target="_blank">Josh Berkus</a>.
+<a href="https://blog.cleverelephant.ca" target="_blank">Paul Ramsey</a>, <a href="https://www.linkedin.com/pub/bborie-park/54/a16/b7b" target="_blank">Bborie Park</a>, <a href="https://smathermather.wordpress.com" target="_blank">Stephen Mather</a>, and <a href="http://www.databasesoup.com/" target="_blank">Josh Berkus</a>.
-<a href="http://www.youtube.com/watch?feature=player_embedded&v=xzl6gaOsasE" target="_blank">Video here</a>
+<a href="https://www.youtube.com/watch?feature=player_embedded&v=xzl6gaOsasE" target="_blank">Video here</a>
<!-- pagebreak -->
**A very PostGIS Day Video**
-<iframe width="500" height="300" src="http://www.youtube.com/embed/xzl6gaOsasE" frameborder="0" allowfullscreen></iframe>
+<iframe width="500" height="300" src="https://www.youtube.com/embed/xzl6gaOsasE" frameborder="0" allowfullscreen></iframe>
<a href="http://images.spatiallyadjusted.com.s3.amazonaws.com/irc_logs/2013-11-21.txt" target="_blank">PostGIS day panel IRC transcript</a>
-----------------------------------------------------------------------
Summary of changes:
content/events/11-21_postgis-day-panel.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list