Skip to content

Commit

Permalink
correct broken docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hammad committed May 16, 2020
1 parent 0cdcc40 commit 4178a5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The easiest way to use XP.css is to import it from [unpkg](https://unpkg.com/).
// Windows XP Theme (include only one theme at a time)
<link rel="stylesheet" href="https://unpkg.com/xp.css" />
// Windows 98 Theme (include only one theme at a time)
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/98.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/98.css" />
</head>

<body>
Expand Down Expand Up @@ -58,7 +58,7 @@ import "xp.css/dist/98.css";

Here is an example of [XP.css being used with React](https://codesandbox.io/s/silly-bas-dln9t?file=/src/index.js), and [an example with vanilla JavaScript](https://codesandbox.io/s/vigilant-night-2jkz3?file=/index.html).

Refer to the [documentation page](https://jdan.github.io/98.css/) for specific instructions on this library's components.
Refer to the [documentation page](https://botoxparty.github.io/XP.css/) for specific instructions on this library's components.

### Developing

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<p><em>Windows 98 Theme</em>
<pre style="max-width: fit-content"><code>&lt;link
rel="stylesheet"
href="https://unpkg.com/[email protected].1/dist/98.css"
href="https://unpkg.com/[email protected].2/dist/98.css"
&gt;</code></pre>
</p>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xp.css",
"version": "0.2.1",
"version": "0.2.2",
"description": "A design system for building faithful recreations of old UIs",
"main": "dist/XP.css",
"directories": {
Expand All @@ -26,7 +26,7 @@
"bugs": {
"url": "https://github.com/botoxparty/XP.css/issues"
},
"homepage": "https://github.com/botoxparty/XP.css",
"homepage": "https://botoxparty.github.io/XP.css/",
"devDependencies": {
"chokidar": "^3.3.1",
"cssnano": "^4.1.10",
Expand Down

0 comments on commit 4178a5d

Please sign in to comment.