Skip to content

Commit

Permalink
Update links similarly to #389.
Browse files Browse the repository at this point in the history
  • Loading branch information
martincizek committed Jul 1, 2021
1 parent d3022d3 commit 9677c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@
<body>
<header>
<h1>turndown</h1>
<a class="source-link" href="https://github.com/domchristie/turndown">Source on GitHub</a>
<a class="source-link" href="https://github.com/mixmark-io/turndown">Source on GitHub</a>
</header>
<div class="row">
<div class="col">
<label for="input">HTML</label>
<textarea cols="100" rows=10 id="input"><h1>Turndown Demo</h1>

<p>This demonstrates <a href="https://github.com/domchristie/turndown">turndown</a> – an HTML to Markdown converter in JavaScript.</p>
<p>This demonstrates <a href="https://github.com/mixmark-io/turndown">turndown</a> – an HTML to Markdown converter in JavaScript.</p>

<h2>Usage</h2>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/domchristie/turndown.git"
"url": "https://github.com/mixmark-io/turndown.git"
},
"scripts": {
"build": "npm run build-cjs && npm run build-es && npm run build-umd && npm run build-iife",
Expand Down

0 comments on commit 9677c79

Please sign in to comment.