Update company name

gh-pages
Wes Cossick 7 years ago
parent 4846e58d0a
commit 03187e985c

@ -11,7 +11,7 @@
<link rel="canonical" href="https://simplemde.com/" />
<script>
if(window.location.href.indexOf("nextstepwebs.github.io") !== -1) {
if(window.location.href.indexOf("sparksuite.github.io") !== -1) {
window.location.href = "https://simplemde.com/";
}
@ -41,9 +41,9 @@
<section class="page-header">
<h1 class="project-name">SimpleMDE Markdown Editor</h1>
<h2 class="project-tagline">SimpleMDE is a simple, embeddable, and beautiful JS markdown editor</h2>
<a href="https://github.com/NextStepWebs/simplemde-markdown-editor" class="btn">View on GitHub</a>
<a href="https://github.com/NextStepWebs/simplemde-markdown-editor/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/NextStepWebs/simplemde-markdown-editor/tarball/master" class="btn">Download .tar.gz</a>
<a href="https://github.com/sparksuite/simplemde-markdown-editor" class="btn">View on GitHub</a>
<a href="https://github.com/sparksuite/simplemde-markdown-editor/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/sparksuite/simplemde-markdown-editor/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
@ -79,7 +79,7 @@ By default, it saves every 10 seconds, but this can be changed. When this textar
You can also choose to hide the statusbar and/or toolbar for a simple and clean appearance. This one also checks for misspelled words as you type!</textarea>
<footer class="site-footer">
<span class="site-footer-credits"><a href="https://github.com/NextStepWebs/simplemde-markdown-editor">SimpleMDE Markdown Editor</a> is created and maintained by <a href="https://github.com/NextStepWebs">Next Step Webs</a></span>
<span class="site-footer-credits"><a href="https://github.com/sparksuite/simplemde-markdown-editor">SimpleMDE Markdown Editor</a> is created and maintained by <a href="https://github.com/sparksuite">Sparksuite</a></span>
</footer>
</section>

@ -92,7 +92,7 @@ var example = "hello!";
alert(example);
```</pre>
<footer>Provided for use with <a href="http://nextstepwebs.github.io/simplemde-markdown-editor" target="_blank">SimpleMDE</a></footer>
<footer>Provided for use with <a href="http://sparksuite.github.io/simplemde-markdown-editor" target="_blank">SimpleMDE</a></footer>
</div>
</div>
</div>

Loading…
Cancel
Save