Skip to content

Commit

Permalink
Change the URL of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
black-trooper committed Mar 28, 2018
1 parent a1a9700 commit bf4c2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Coverage Status](https://coveralls.io/repos/github/black-trooper/semantic-ui-riot/badge.svg)](https://coveralls.io/github/black-trooper/semantic-ui-riot)
[![GitHub license](https://img.shields.io/github/license/black-trooper/semantic-ui-riot.svg)](https://github.com/black-trooper/semantic-ui-riot/blob/master/LICENSE)

Semantic UI module for Riot. See https://black-trooper.github.io/semantic-ui-riot/ for example usage.
Semantic UI module for Riot. See https://black-trooper.github.io/semantic-ui-riot-docs/ for example usage.

## Installation

Expand Down
25 changes: 1 addition & 24 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,9 @@
<html>
<head lang="en">
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.2.13/dist/semantic.min.css">
<title>Semantic UI Riot Demo</title>
<style>
code.prettyprint {
background-color: rgba(0, 0, 0, 0) !important
}

.example i.code {
right: 1em;
cursor: pointer;
position: absolute;
font-size: 1.2rem;
font-weight: bold;
}
</style>
<meta http-equiv="refresh" content="0.5;URL=https://black-trooper.github.io/semantic-ui-riot-docs/">
</head>
<body>
<app></app>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?skin=sunburst"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/riot/3.6.1/riot.min.js"></script>
<script src="https://cdn.jsdelivr.net/riot-route/3.1.1/route.min.js"></script>
<script src="./semantic-ui-riot.min.js"></script>
<script src="./build.js"></script>
<script>
riot.mount('*');
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
Expand Down

0 comments on commit bf4c2f1

Please sign in to comment.