Change chat links

This commit is contained in:
Jerome Petazzoni
2017-03-21 09:53:08 -07:00
parent d480f5c26a
commit 1625d4ab79
3 changed files with 27 additions and 4 deletions

9
docs/chat/index.html Normal file
View File

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

16
docs/chat/index.html.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/sh
LINK=https://gitter.im/jpetazzo/workshop-20170322-sanjose
#LINK=https://dockercommunity.slack.com/messages/captains
#LINK=https://usenix-lisa.slack.com/messages/docker
sed "s,@@LINK@@,$LINK,g" >index.html <<EOF
<html>
<!-- Generated with index.html.sh -->
<head>
<meta http-equiv="refresh" content="0; URL='$LINK'" />
</head>
<body>
<a href="$LINK">$LINK</a>
</body>
</html>
EOF

View File

@@ -155,8 +155,7 @@ class: in-person
- Feel free to interrupt for questions at any time
- Live feedback, questions, help on
[Gitter](http://container.training/chat)
- Live feedback, questions, help on [Gitter](chat)
- All the content is publicly available (slides, code samples, scripts)
@@ -333,8 +332,7 @@ class: in-person
- This is the stuff you're supposed to do!
- Go to [container.training](http://container.training/) to view these slides
- Join the chat room on
[Gitter](http://container.training/chat)
- Join the chat room on [Gitter](chat)
]