Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 1cc12ec

Browse files
committed
Merge pull request #17 from SteveHartzog/master
fixed meetup url
2 parents 9776c26 + 47da1ba commit 1cc12ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

selenium/start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java -jar selenium/selenium-server-standalone-2.43.1.jar -D webdriver.chrome.driver=./selenium/chromedriver
1+
java -jar ./selenium-server-standalone-2.43.1.jar -D webdriver.chrome.driver=./selenium/chromedriver

views/partials/partialHome.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ h2#header Node.DC
22
div(ng-controller='HomeCtrl')
33
p A friendly group of humans meeting at least monthly to talk about node.js and other things.
44

5-
p We organize ourselves on <a href="https://meetup.com/node-dc">Meetup</a>, make some bird noises <a href="https://twitter.com/nodedc">@NodeDC</a>, and would love to have you join us. We welcome humans (and robots) of all skill levels, from beginners to people who shouldn’t be calling themselves experts (okay, and experts too, but you really should embrace a lifelong commitment to learning).
5+
p We organize ourselves on <a href="http://meetup.com/node-dc">Meetup</a>, make some bird noises <a href="https://twitter.com/nodedc">@NodeDC</a>, and would love to have you join us. We welcome humans (and robots) of all skill levels, from beginners to people who shouldn’t be calling themselves experts (okay, and experts too, but you really should embrace a lifelong commitment to learning).
66

77
p Some of us spend some time on IRC at <a href="http://webchat.freenode.net/?channels=node.dc">freenode.net#node.dc</a>, and we’d love to have you drop in — even if it’s just to ask a question or say hello.

0 commit comments

Comments
 (0)