From dff89109668b2f12291483ff9e677563968779c4 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 14 Nov 2012 20:05:58 +0100 Subject: [PATCH] Fix links in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c1731f53f..eb7b3ff3c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Also, check out the **[FAQ](https://github.com/Pita/etherpad-lite/wiki/FAQ)**, r ### Prebuilt windows package This package works out of the box on any windows machine, but it's not very useful for developing purposes... -1. Download the windows package +1. Download the windows package 2. Extract the folder Now, run `start.bat` and open in your browser. You like it? [Next steps](#next-steps). @@ -51,8 +51,8 @@ Now, run `start.bat` and open in your browser. You like You'll need [node.js](http://nodejs.org) and (optionally, though recommended) git. 1. Grab the source, either - - download - - or `git clone https://github.com/Pita/etherpad-lite.git` (for this you need git, obviously) + - download + - or `git clone https://github.com/ether/etherpad-lite.git` (for this you need git, obviously) 2. start `bin\installOnWindows.bat` Now, run `start.bat` and open in your browser. @@ -70,7 +70,7 @@ Additionally, you'll need [node.js](http://nodejs.org). **As any user (we recommend creating a separate user called etherpad-lite):** -1. Move to a folder where you want to install Etherpad Lite. Clone the git repository `git clone git://github.com/Pita/etherpad-lite.git` +1. Move to a folder where you want to install Etherpad Lite. Clone the git repository `git clone git://github.com/ether/etherpad-lite.git` 2. Change into the new directory containing the cloned source code `cd etherpad-lite` Now, run `bin/run.sh` and open in your browser. @@ -87,7 +87,7 @@ You can modify the settings in `settings.json`. (If you need to handle multiple You should use a dedicated database such as "mysql", if you are planning on using etherpad-lite in a production environment, since the "dirtyDB" database driver is only for testing and/or development purposes. ## Helpful resources -The [wiki](https://github.com/Pita/etherpad-lite/wiki) is your one-stop resource for Tutorials and How-to's, really check it out! Also, feel free to improve these wiki pages. +The [wiki](https://github.com/ether/etherpad-lite/wiki) is your one-stop resource for Tutorials and How-to's, really check it out! Also, feel free to improve these wiki pages. Documentation can be found in `docs/`. @@ -105,7 +105,7 @@ If you want to find out how Etherpad's `Easysync` works (the library that makes ## Getting started You know all this and just want to know how you can help? -Look at the [TODO list](https://github.com/Pita/etherpad-lite/wiki/TODO) and our [Issue tracker](https://github.com/Pita/etherpad-lite/issues). (Please consider using [jshint](http://www.jshint.com/about/), if you plan to contribute code.) +Look at the [TODO list](https://github.com/ether/etherpad-lite/wiki/TODO) and our [Issue tracker](https://github.com/ether/etherpad-lite/issues). (Please consider using [jshint](http://www.jshint.com/about/), if you plan to contribute code.) Also, and most importantly, read our [**Developer Guidelines**](https://github.com/Pita/etherpad-lite/wiki/Developer-Guidelines), really!