Skip to content

Commit

Permalink
Updates domain to li3.me
Browse files Browse the repository at this point in the history
* Change domain referenced from lithify.me (currently unregistered as of 2014-01-04 and not resolving) to li3.me (currently resolving just fine)
  • Loading branch information
Gavin Davies committed Jan 5, 2014
1 parent f22736c commit 709cc29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/install/li3_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"summary": "the lithium docs plugin",
"description": "Automatically generates documentation from docblocks",
"maintainers":[
{"name": "gwoo", "website": "lithify.me"},
{"name": "nate", "website": "lithify.me"},
{"name": "nperson", "website": "lithify.me"}
{"name": "gwoo", "website": "li3.me"},
{"name": "nate", "website": "li3.me"},
{"name": "nperson", "website": "li3.me"}
],
"sources":[
"http:\/\/lab.lithify.me\/lab\/download\/li3_docs.phar.gz"
"http:\/\/lab.li3.me\/lab\/download\/li3_docs.phar.gz"
],
"commands":{
"install":[],"update":[],"remove":[]
Expand Down
2 changes: 1 addition & 1 deletion views/layouts/default.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
$(document).ready(function () {
RadCli.setup({
setupGitCopy: false,
commandBase: 'http://lithify.me/<?= Locale::language(Environment::get('locale')); ?>/cmd'
commandBase: 'http://li3.me/<?= Locale::language(Environment::get('locale')); ?>/cmd'
});
$('#header').css({ borderTop: '40px solid black' });
});
Expand Down
4 changes: 2 additions & 2 deletions webroot/js/rad.cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
var RadCli = {
options: {
div: null,
assetBase: 'http://lithify.me',
commandBase: 'http://lithify.me/cmd'
assetBase: 'http://li3.me',
commandBase: 'http://li3.me/cmd'
},
html: {
cli: null,
Expand Down

0 comments on commit 709cc29

Please sign in to comment.