Skip to content

Commit dc1716e

Browse files
committed
fix: update domain
1 parent 9ab7caf commit dc1716e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ready for contest use! Data structures and algorithms in pure JavaScript with ze
1010

1111
Useful links:
1212

13-
- Online playground: https://harttle.land/contest.js
13+
- Online playground: https://www.harttle.com/contest.js
1414
- LeetCode Tampermonkey script to run/check cases: https://greasyfork.org/zh-CN/scripts/402276-leetcode-helper-for-javascript
1515

1616
**Table of Contents**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
有用链接:
1212

13-
- 在线预览: https://harttle.land/contest.js
13+
- 在线预览: https://www.harttle.com/contest.js
1414
- 在 LeetCode 页面执行/判定用例: https://greasyfork.org/zh-CN/scripts/402276-leetcode-helper-for-javascript
1515

1616
**索引**

docs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,8 @@ <h2>Output</h2>
141141
copyButton.addEventListener('click', () => {
142142
const template = templateEditor.getValue()
143143
const text = `/*
144-
* Template from contest.js
144+
* Template from https://www.harttle.com/contest.js
145145
* Github: https://github.com/harttle/contest.js
146-
* Website: https://harttle.land/contest.js/
147146
*/
148147
${template}`
149148
console.log(`copy text:\n${text}`)

0 commit comments

Comments
 (0)