Skip to content

Commit d0cca33

Browse files
committed
Redirect URLs for public release.
1 parent ab5d80a commit d0cca33

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Copyright © 2013 Marshall Bockrath-Vandegrift & Damballa, Inc.
6969

7070
Distributed under the Apache License, Version 2.0.
7171

72-
[intro]: https://github.atl.damballa/rnd/parkour/blob/master/doc/intro.md
73-
[motivation]: https://github.atl.damballa/rnd/parkour/blob/master/doc/motivation.md
74-
[namespaces]: https://github.atl.damballa/rnd/parkour/blob/master/doc/namespaces.md
75-
[serialization]: https://github.atl.damballa/rnd/parkour/blob/master/doc/serialization.md
76-
[testing]: https://github.atl.damballa/rnd/parkour/blob/master/doc/testing.md
77-
[deployment]: https://github.atl.damballa/rnd/parkour/blob/master/doc/deployment.md
72+
[intro]: https://github.com/damballa/parkour/blob/master/doc/intro.md
73+
[motivation]: https://github.com/damballa/parkour/blob/master/doc/motivation.md
74+
[namespaces]: https://github.com/damballa/parkour/blob/master/doc/namespaces.md
75+
[serialization]: https://github.com/damballa/parkour/blob/master/doc/serialization.md
76+
[testing]: https://github.com/damballa/parkour/blob/master/doc/testing.md
77+
[deployment]: https://github.com/damballa/parkour/blob/master/doc/deployment.md
7878
[api]: https://github.atl.damballa/pages/rnd/parkour/
7979
[codox]: https://github.com/weavejester/codox

gendoc.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#! /bin/sh -e
22

3-
git checkout master
3+
#git checkout master
44
lein doc
55
git checkout gh-pages
66
sleep 1
77
find tmp/codox -type f -exec touch {} +
88
rsync -r tmp/codox/ .
9-
git add .
10-
git commit
11-
git push -u rnd gh-pages
12-
git checkout master
9+
#git add .
10+
#git commit
11+
#git push -u damballa gh-pages
12+
#git checkout master

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[org.apache.avro/avro-mapred "1.7.5"
1515
:exclusions [org.apache.avro/avro-ipc]]]
1616
:plugins [[codox/codox "0.6.6"]]
17-
:codox {:src-dir-uri "https://github.atl.damballa/rnd/parkour/blob/master/"
17+
:codox {:src-dir-uri "https://github.com/damballa/parkour/blob/master/"
1818
:src-linenum-anchor-prefix "L"
1919
:sources ["src/clojure"]
2020
:exclude [parkour.io.dseq.mapred

0 commit comments

Comments
 (0)