Skip to content

Commit

Permalink
Remove domain references
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecaruso committed Oct 5, 2023
1 parent 0de5619 commit 15a87b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm i shell.js
```

## Documentation
Visit [shelljs.io](https://shelljs.io).
Read the [documentation](https://davidecaruso.github.io/shell.js).

## Author
[Davide Caruso](https://about.me/davidecaruso)
Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
document.getElementById("cover-shell").className = "";
let shell = Shell("#cover-shell", {
user: "guest",
host: "shelljs.io",
host: "davidecaruso.github.io/shell.js",
typing: { ctor: Typed },
engine: randomEngine(),
responsive: true,
Expand Down Expand Up @@ -140,7 +140,7 @@
setTimeout(function() {
Shell("#notfound-shell", {
user: "guest",
host: "shelljs.io",
host: "davidecaruso.github.io/shell.js",
typing: { ctor: Typed },
engine: randomEngine(),
responsive: true,
Expand Down Expand Up @@ -171,7 +171,7 @@
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
<script>
if (/shelljs/.test(location.host)) {
if (/davidecaruso\.github\.io/.test(location.host)) {
var id = "G-5LLF114JSB"

// Google tag (gtag.js)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.3.3",
"description": "A JavaScript library to create HTML terminals in web pages.",
"author": "Davide Caruso <davide.caruso93@gmail.com>",
"homepage": "https://shelljs.io",
"homepage": "https://davidecaruso.github.io/shell.js",
"main": "lib/shell.js",
"license": "MIT",
"repository": "git+https://github.com/davidecaruso/shell.js.git",
Expand Down

0 comments on commit 15a87b4

Please sign in to comment.