Skip to content

Commit

Permalink
Update links and repo refs
Browse files Browse the repository at this point in the history
  • Loading branch information
slank committed Dec 7, 2016
1 parent f543893 commit 48b5876
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,4 +4,4 @@

This is a [slackin](https://github.com/rauchg/slackin) clone written in Go because... Nodejs bloat and Go is much nicer :-)

Install or update with `go get -u github.com/flexd/slackinviter`. Run `slackinviter` with `-h` for help, it just takes recaptcha secret + sitekey + slack api token as parameter, and listenAddr.
Install or update with `go get -u github.com/techatx/slackinviter`. Run `slackinviter` with `-h` for help, it just takes recaptcha secret + sitekey + slack api token as parameter, and listenAddr.
6 changes: 3 additions & 3 deletions app.json
Expand Up @@ -4,9 +4,9 @@
"logo": "https://i.imgur.com/odDO1Fx.png",
"keywords": ["go", "slack"],
"image": "heroku/go:1.6",
"mount_dir": "http://github.com/flexd/slackinviter",
"website": "https://github.com/flexd/slackinviter",
"repository": "https://github.com/flexd/slackinviter",
"mount_dir": "http://github.com/techatx/slackinviter",
"website": "https://github.com/techatx/slackinviter",
"repository": "https://github.com/techatx/slackinviter",
"env": {
"SLACKINVITER_SLACKTOKEN": {
"description": "A Slack API token (find it on https://api.slack.com/web)",
Expand Down
4 changes: 2 additions & 2 deletions templates/index.tmpl
Expand Up @@ -22,7 +22,7 @@
placeholder="Last name" type="text">
<div class="coc">
<label><input name="coc" type="checkbox" value="1">I agree to
the <a href="http://coc.golangbridge.org/" target="_blank">Code
the <a href="https://github.com/techatx/techatx-slack/blob/master/codeofconduct.md" target="_blank">Code
of Conduct</a>.</label>
</div><br>
<div class="g-recaptcha" data-sitekey="{{.SiteKey}}"></div>
Expand All @@ -31,7 +31,7 @@
<p class="signin">or <a href="https://{{.Team.Domain}}.slack.com" target=
"_top">sign in</a>.</p>
<footer>
powered by <a href="http://github.com/flexd/slackinviter" target=
powered by <a href="http://github.com/techatx/slackinviter" target=
"_blank">slackinviter... totally ripping off the slackin css :-)</a>
</footer>
<style>
Expand Down
2 changes: 1 addition & 1 deletion vendor/vendor.json
Expand Up @@ -48,5 +48,5 @@
"revision": "815d315ead425c4365077d904a2331ee9e179820"
}
],
"rootPath": "github.com/flexd/slackinviter"
"rootPath": "github.com/techatx/slackinviter"
}

0 comments on commit 48b5876

Please sign in to comment.