Documentation update

This commit is contained in:
markseu 2015-02-15 13:34:55 +01:00
parent e9d3d1951a
commit 0802eccb63
2 changed files with 3 additions and 3 deletions

View file

@ -13,8 +13,8 @@ How do I install this?
3. Open your website in a browser. That's it. 3. Open your website in a browser. That's it.
How do I get started? How do I get started?
--------------------- ---------------------
Start by editing your website. Just give it a try. You already have everything you need. Start by editing your website.
There's not much to learn. For more information see [Yellow documentation](https://github.com/markseu/yellowcms/wiki). There's not much to learn. For more information see [Yellow documentation](https://github.com/markseu/yellowcms/wiki).
Create the website you want. For more features download [Yellow extensions](https://github.com/markseu/yellowcms-extensions). Create the website you want. For more features download [Yellow extensions](https://github.com/markseu/yellowcms-extensions).

View file

@ -698,7 +698,7 @@ class YellowPage
return $this->base.$this->location; return $this->base.$this->location;
} }
// Return page URL, with server scheme and server name // Return page URL with server scheme and server name
function getUrl() function getUrl()
{ {
return $this->yellow->toolbox->getUrl($this->serverScheme, $this->serverName, $this->base, $this->location); return $this->yellow->toolbox->getUrl($this->serverScheme, $this->serverName, $this->base, $this->location);