Browse Source

Update links

jmontoyaa 8 years ago
parent
commit
7e63f55bea
3 changed files with 7 additions and 5 deletions
  1. 2 2
      README.md
  2. 1 1
      app/Resources/docs/installation.md
  3. 4 2
      app/Resources/docs/upgrade.md

+ 2 - 2
README.md

@@ -10,11 +10,11 @@
 ## Installation
 
 The installation instructions are located in the documentation here: 
-[Installation](app/Resources/installation.md)
+[Installation](app/Resources/docs/installation.md)
 
 ## Upgrade
 The upgrade instructions are located in the documentation here: 
- [Upgrade](https://github.com/chamilo/chamilo-lms/blob/master/app/Resources/upgrade.md)
+ [Upgrade](app/Resources/docs/upgrade.md)
 
 ## Changes from 1.x 
 

+ 1 - 1
app/Resources/docs/installation.md

@@ -1,4 +1,4 @@
-## Installation
+## Chamilo 2.x Installation
 
 This installation guide is for development environments only.
 

+ 4 - 2
app/Resources/docs/upgrade.md

@@ -1,4 +1,6 @@
-## Upgrade from 1.11.x
+## Upgrade to Chamilo v2 
+
+## From 1.11.x
 
 2.x is a major version. It contains a series of new features, that
 also mean a series of new database changes in regards with versions 1.x. As 
@@ -26,7 +28,7 @@ Typically:
     DELETE FROM access_url_rel_course WHERE access_url_id NOT IN (SELECT id FROM access_url);
 </pre>
 
-### Upgrading from non-Git Chamilo 1.11 ###
+### From non-Git Chamilo 1.11 ###
 
 In the *very unlikely* case of upgrading a "normal" Chamilo 1.x installation (done with the downloadable zip package) to a Git-based installation, 
 make sure you delete the contents of a few folders first.