Browse Source

Update docs.html

theshka 10 years ago
parent
commit
f7492b3213
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs.html

+ 2 - 2
docs.html

@@ -105,8 +105,8 @@
 	      <p>Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create <code>.md</code> files in the "content-sample"
 		  folder and that becomes a page.</p>
 		  <p>If you created folder within the content-sample folder (e.g. <code>content-sample/sub</code>) and put an <code>index.md</code> inside it, you can access that folder at the URL
-		  <code><a href="http://yousite.com/sub">http://yousite.com/sub</a></code>. If you want another page within the sub folder, simply create a text file with the corresponding name (e.g. <code>content-sample/sub/page.md</code>)
-		  and will be able to access it from the URL <code><a href="http://yousite.com/sub/page">http://yousite.com/sub/page</a></code>.</p>
+		  <code><a href="http://yoursite.com/sub">http://yoursite.com/sub</a></code>. If you want another page within the sub folder, simply create a text file with the corresponding name (e.g. <code>content-sample/sub/page.md</code>)
+		  and will be able to access it from the URL <code><a href="http://yoursite.com/sub/page">http://yoursite.com/sub/page</a></code>.</p>
 		  <p>Below we've shown some examples of content locations and their corresponing URL's:</p>
 		  <table>
 		  <tbody>