Documentation update
This commit is contained in:
parent
e9d3d1951a
commit
0802eccb63
2 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ How do I install this?
|
|||
3. Open your website in a browser. That's it.
|
||||
|
||||
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).
|
||||
Create the website you want. For more features download [Yellow extensions](https://github.com/markseu/yellowcms-extensions).
|
||||
|
||||
|
|
|
@ -698,7 +698,7 @@ class YellowPage
|
|||
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()
|
||||
{
|
||||
return $this->yellow->toolbox->getUrl($this->serverScheme, $this->serverName, $this->base, $this->location);
|
||||
|
|
Loading…
Add table
Reference in a new issue