@@ -95,9 +95,9 @@ incr(X) ->
95
95
Rebar customizations
96
96
====================
97
97
A set of escripts can be found under
98
- [ edown/priv/scripts/] ( http://localhost:7990/users/uwiger/repos/ edown/browse/priv/scripts/?at=refs/heads/ uw-stash-links ) , which
98
+ [ edown/priv/scripts/] ( http://github.com/esl/ edown/blob/ uw-stash-links/priv/scripts/ ) , which
99
99
can be used to customize the ` rebar ` built process. The
100
- [ rebar.config.script] ( http://localhost:7990/users/uwiger/repos/ edown/browse/ priv/scripts/rebar.config.script?at=refs/heads/uw-stash-links )
100
+ [ rebar.config.script] ( http://github.com/esl/ edown/blob/uw-stash-links/ priv/scripts/rebar.config.script )
101
101
file should be copied into your application, next to ` rebar.config ` .
102
102
It will sense if ` doc ` is a current target, and will then include
103
103
` edown ` in the ` deps ` ; otherwise, it removes it. This way, you will
@@ -161,7 +161,7 @@ markedoc
161
161
The sed script bin/markedoc works in the opposite direction and converts
162
162
your ` README.md ` to an ` EDoc ` file.
163
163
164
- See [ bin/MARKEDOC-README.md] ( http://localhost:7990/users/uwiger/repos/ edown/browse/ bin/MARKEDOC-README.md?at=refs/heads/uw-stash-links ) .
164
+ See [ bin/MARKEDOC-README.md] ( http://github.com/esl/ edown/blob/uw-stash-links/ bin/MARKEDOC-README.md ) .
165
165
166
166
** FreeBSD, Mac OS X** ` $ sed -E -f markedoc.sed <markdown file> > <edoc file> `
167
167
@@ -172,9 +172,9 @@ See [bin/MARKEDOC-README.md](http://localhost:7990/users/uwiger/repos/edown/brow
172
172
173
173
174
174
<table width =" 100% " border =" 0 " summary =" list of modules " >
175
- <tr ><td ><a href =" http://localhost:7990/users/uwiger/repos/ edown/browse/doc/edown_doclet.md?at=refs/heads/ uw-stash-links " class =" module " >edown_doclet</a ></td ></tr >
176
- <tr ><td ><a href =" http://localhost:7990/users/uwiger/repos/ edown/browse/doc/edown_layout.md?at=refs/heads/ uw-stash-links " class =" module " >edown_layout</a ></td ></tr >
177
- <tr ><td ><a href =" http://localhost:7990/users/uwiger/repos/ edown/browse/doc/edown_lib.md?at=refs/heads/ uw-stash-links " class =" module " >edown_lib</a ></td ></tr >
178
- <tr ><td ><a href =" http://localhost:7990/users/uwiger/repos/ edown/browse/doc/edown_make.md?at=refs/heads/ uw-stash-links " class =" module " >edown_make</a ></td ></tr >
179
- <tr ><td ><a href =" http://localhost:7990/users/uwiger/repos/ edown/browse/doc/edown_xmerl.md?at=refs/heads/ uw-stash-links " class =" module " >edown_xmerl</a ></td ></tr ></table >
175
+ <tr ><td ><a href =" http://github.com/esl/ edown/blob/ uw-stash-links/doc/edown_doclet.md " class =" module " >edown_doclet</a ></td ></tr >
176
+ <tr ><td ><a href =" http://github.com/esl/ edown/blob/ uw-stash-links/doc/edown_layout.md " class =" module " >edown_layout</a ></td ></tr >
177
+ <tr ><td ><a href =" http://github.com/esl/ edown/blob/ uw-stash-links/doc/edown_lib.md " class =" module " >edown_lib</a ></td ></tr >
178
+ <tr ><td ><a href =" http://github.com/esl/ edown/blob/ uw-stash-links/doc/edown_make.md " class =" module " >edown_make</a ></td ></tr >
179
+ <tr ><td ><a href =" http://github.com/esl/ edown/blob/ uw-stash-links/doc/edown_xmerl.md " class =" module " >edown_xmerl</a ></td ></tr ></table >
180
180
0 commit comments