Skip to content

Commit

Permalink
update stale links, point to a publicly clonable url
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Mar 16, 2013
1 parent 2ec560b commit fafeb3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# {{name}}

Start working on this application by writing its behavior in the file
Start working on this application by writing its behavior in the file
`app/src/{{sanitized}}/behavior.clj`

## Links

* [Getting Started](https://github.com/relevance/platform/tree/master/app#usage)
* [Overview of how pedestal-client applications work](https://github.com/relevance/platform/wiki/Client-Application-Model)
* [Getting Started](https://github.com/pedestal/pedestal/tree/master/app#usage)
* [Overview of how pedestal applications work](http://pedestal.io/documentation/application-overview/)
6 changes: 3 additions & 3 deletions app-template/src/leiningen/new/pedestal_app/plain/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# {{name}}

Start working on this application by writing its behavior in the file
Start working on this application by writing its behavior in the file
`app/src/{{sanitized}}/behavior.clj`

## Links

* [Getting Started](https://github.com/relevance/platform/tree/master/app#usage)
* [Overview of how pedestal-client applications work](https://github.com/relevance/platform/wiki/Client-Application-Model)
* [Getting Started](https://github.com/pedestal/pedestal/tree/master/app#usage)
* [Overview of how pedestal applications work](http://pedestal.io/documentation/application-overview/)
2 changes: 1 addition & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Follow these instructions to create a new Pedestal Application project
based on these libraries. This project requires [Leiningen 2.0](https://github.com/technomancy/leiningen).

```bash
git clone git@github.com:relevance/platform.git
git clone https://github.com/pedestal/pedestal.git
cd platform/app
lein install
cd ../app-tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ To configure logging see config/logback.xml. By default, the app logs to stdout
To learn more about configuring Logback, read its [documentation](http://logback.qos.ch/documentation.html).

## Links
* [Other examples](https://github.com/relevance/platform/wiki/Hello-World-App)
* [Other examples](https://github.com/pedestal/samples)

0 comments on commit fafeb3c

Please sign in to comment.