Skip to content

Commit

Permalink
Readme: link to issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyespo committed Dec 22, 2012
1 parent 40d60e2 commit fff9cbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -157,7 +157,7 @@ You can also override the functionality of any of the components as needed.


### Push-based ### Push-based


*Note: this feature is [being designed](#4), planned for a future release.* *Note: this feature is [being designed][#4], planned for a future release.*


The simplest thing to do is let Gitpress listen for a push and handle the rest: The simplest thing to do is let Gitpress listen for a push and handle the rest:


Expand Down Expand Up @@ -185,7 +185,7 @@ git push git://localhost/


### Pull-based ### Pull-based


*Note: this feature is still [being developed](#3), planned for next release.* *Note: this feature is still [being developed][#3], planned for next release.*


Pull-based is similar to push-based, only you'll provide the repository to pull Pull-based is similar to push-based, only you'll provide the repository to pull
from, guaranteeing it comes from the right place. You'll be able to trigger a from, guaranteeing it comes from the right place. You'll be able to trigger a
Expand Down Expand Up @@ -235,3 +235,5 @@ The Python API


[pip]: http://pypi.python.org/pypi/pip [pip]: http://pypi.python.org/pypi/pip
[post-receive hooks]: https://help.github.com/articles/post-receive-hooks [post-receive hooks]: https://help.github.com/articles/post-receive-hooks
[#3]: https://github.com/joeyespo/gitpress/issues/3
[#4]: https://github.com/joeyespo/gitpress/issues/4

0 comments on commit fff9cbe

Please sign in to comment.