Skip to content

Commit 674bfe8

Browse files
committed
Remove conference hashtag in CTA tweet link (closes jpetazzo#77)
1 parent 8f61a2f commit 674bfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dockercoins/webui/files/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
points.push({ x: s2.now, y: speed });
5151
}
5252
$("#speed").text("~" + speed.toFixed(1) + " hashes/second");
53-
var msg = ("I'm attending the @docker workshop at #LinuxCon, "
53+
var msg = ("I'm attending a @docker orchestration workshop, "
5454
+ "and my #DockerCoins mining rig is crunching "
5555
+ speed.toFixed(1) + " hashes/second! W00T!");
5656
$("#tweet").attr(

0 commit comments

Comments
 (0)