Skip to content

Commit

Permalink
Some wiki links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jipiboily committed Mar 31, 2012
1 parent 9d301bd commit 3fe1c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,7 +41,7 @@ Monologue is a somewhat basic mountable blogging engine in Rails built to be eas
rails c
Monologue::User.create(name: "monologue", email:"monologue@example.com", password:"my-password", password_confirmation: "my-password")
6. Configure Monologue. This is all done in an initializer file, say `config/initializers/monologue.rb`. More on this in the [Wiki](https://github.com/jipiboily/monologue/wiki/Configuration).
6. Configure Monologue. This is all done in an initializer file, say `config/initializers/monologue.rb`. More on this in the [Wiki - Configuration](https://github.com/jipiboily/monologue/wiki/Configuration).

Expand All @@ -60,7 +60,7 @@ Just turn perform_caching to true in your environment config file (`config/envir
## Customization
---

- RSS feed URL is "/feed"
See the [Wiki - Customizations](https://github.com/jipiboily/monologue/wiki/Customizations).


## Requirements
Expand Down

0 comments on commit 3fe1c83

Please sign in to comment.