Skip to content

Commit

Permalink
Update name and links to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Oct 17, 2019
1 parent e7b775b commit 72ff770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion views/layouts/default.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<a href="http://li3.me/docs/book/manual/1.x/">Manual</a>
</li>
<li>
<a href="http://li3.me/docs/api/lithium/1.1.x/lithium">API</a>
<a href="http://li3.me/docs/api/lithium/1.2.x/lithium">API</a>
</li>
<li>
<a href="http://li3.me/">More</a>
Expand Down
6 changes: 3 additions & 3 deletions views/pages/home.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
return $notify(
'error',
"Can't run tests",
"<p>Lithium's default environment detection rules have determined that you are
"<p>li₃'s default environment detection rules have determined that you are
running in production mode. Therefore, you will not be able to run tests from the
web interface. You can do any of the following to remedy this:</p>
<ul>
Expand All @@ -228,7 +228,7 @@

return $support(
'Run the tests',
"Check the {$dashboard} or {$tests} now to ensure Lithium is working as expected."
"Check the {$dashboard} or {$tests} now to ensure li₃ is working as expected."
);
}
];
Expand Down Expand Up @@ -260,7 +260,7 @@
Read the
<?php echo $this->html->link('Manual', 'http://li3.me/docs/book/manual/1.x'); ?>
for detailed explanations and tutorials. The
<?php echo $this->html->link('API documentation', 'http://li3.me/docs/api/lithium/1.1.x'); ?>
<?php echo $this->html->link('API documentation', 'https://li3.me/docs/api/lithium/1.2.x/lithium'); ?>
has all the implementation details you've been looking for.
</p>

Expand Down

0 comments on commit 72ff770

Please sign in to comment.