diff options
Diffstat (limited to 'docs/developers/directory_structure.md')
-rw-r--r-- | docs/developers/directory_structure.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/developers/directory_structure.md b/docs/developers/directory_structure.md index e073a96ce..5d0d55642 100644 --- a/docs/developers/directory_structure.md +++ b/docs/developers/directory_structure.md @@ -140,7 +140,7 @@ website](http://guides.rubyonrails.org/getting_started.html). <p><em>documentation</em></p> <p> These are technical notes. This is in addition to the <a - href="http://code.fixmystreet.com">core documentation</a> — which + href="http://code.alaveteli.org/docs/">core documentation</a> — which you are reading now — which is actually stored in the git repository in the <code>gh-pages</code> branch, and published as GitHub pages. @@ -215,7 +215,7 @@ website](http://guides.rubyonrails.org/getting_started.html). <dd> <p><em>tests</em></p> <p> - Alaveteli's test suite runs under <a href="TODO">spec</a>. + Alaveteli's test suite runs under <a href="http://rspec.info/">rspec</a>. </p> </dd> <dt> |