Browse Source

[docs] fix some links to the repositories page

Igor Wiedler 13 years ago
parent
commit
364afaa16a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/02-libraries.md
  2. 1 1
      doc/04-schema.md

+ 1 - 1
doc/02-libraries.md

@@ -74,7 +74,7 @@ Here are some examples of version branch names:
     1.1.*
     1.1.*
 
 
 > **Note:** When you install a dev version, it will install it from source.
 > **Note:** When you install a dev version, it will install it from source.
-See [Repositories] for more information.
+See [Repositories](05-repositories) for more information.
 
 
 ## Lock file
 ## Lock file
 
 

+ 1 - 1
doc/04-schema.md

@@ -247,7 +247,7 @@ The following repository types are supported:
   composer whatsoever you can define the package inline using a `package`
   composer whatsoever you can define the package inline using a `package`
   repository. You basically just inline the `composer.json` object.
   repository. You basically just inline the `composer.json` object.
 
 
-For more information on any of these, see [Repositories].
+For more information on any of these, see [Repositories](05-repositories).
 
 
 Example:
 Example: