OSCON updates

This commit is contained in:
Jerome Petazzoni
2017-05-07 14:16:47 -07:00
parent a65cc3047a
commit 997f4dbaa0
5 changed files with 476 additions and 163 deletions

View File

@@ -1,9 +1,9 @@
<html>
<!-- Generated with index.html.sh -->
<head>
<meta http-equiv="refresh" content="0; URL='https://gitter.im/jpetazzo/workshop-20170504-chicago'" />
<meta http-equiv="refresh" content="0; URL='https://gitter.im/jpetazzo/workshop-20170508-austin'" />
</head>
<body>
<a href="https://gitter.im/jpetazzo/workshop-20170504-chicago">https://gitter.im/jpetazzo/workshop-20170504-chicago</a>
<a href="https://gitter.im/jpetazzo/workshop-20170508-austin">https://gitter.im/jpetazzo/workshop-20170508-austin</a>
</body>
</html>

View File

@@ -1,5 +1,5 @@
#!/bin/sh
LINK=https://gitter.im/jpetazzo/workshop-20170504-chicago
LINK=https://gitter.im/jpetazzo/workshop-20170508-austin
#LINK=https://dockercommunity.slack.com/messages/docker-mentor
#LINK=https://usenix-lisa.slack.com/messages/docker
sed "s,@@LINK@@,$LINK,g" >index.html <<EOF