diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php
index b2fed205..cf49fbab 100644
--- a/views/layouts/default.html.php
+++ b/views/layouts/default.html.php
@@ -29,7 +29,7 @@
Manual
- API
+ API
More
diff --git a/views/pages/home.html.php b/views/pages/home.html.php
index aecee66e..fc8ecaed 100644
--- a/views/pages/home.html.php
+++ b/views/pages/home.html.php
@@ -202,7 +202,7 @@
return $notify(
'error',
"Can't run tests",
- "Lithium's default environment detection rules have determined that you are
+ "
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:
@@ -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."
);
}
];
@@ -260,7 +260,7 @@
Read the
html->link('Manual', 'http://li3.me/docs/book/manual/1.x'); ?>
for detailed explanations and tutorials. The
- html->link('API documentation', 'http://li3.me/docs/api/lithium/1.1.x'); ?>
+ html->link('API documentation', 'https://li3.me/docs/api/lithium/1.2.x/lithium'); ?>
has all the implementation details you've been looking for.