Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jun 24, 2014
1 parent 97943ab commit 0bcff05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 1.4/source/guideline/index.md
@@ -1,4 +1,8 @@
<p></p>
<script>
if (location.hostname === 'kissyteam.github.io') {
location.hostname = 'docs.kissyui.com';
}
</script>

# What is KISSY ?

Expand Down
6 changes: 5 additions & 1 deletion index.html
Expand Up @@ -69,7 +69,11 @@
<article>


<p></p>
<script>
if (location.hostname === 'kissyteam.github.io') {
location.hostname = 'docs.kissyui.com';
}
</script>

<h1>What is KISSY ?</h1>
<p>KISSY <a href="https://travis-ci.org/kissyteam/kissy" target="_blank">
Expand Down

0 comments on commit 0bcff05

Please sign in to comment.