@@ -6,22 +6,22 @@ import (
6
6
"fmt"
7
7
"path/filepath"
8
8
9
- "github.com/openset /leetcode/internal/base"
10
- "github.com/openset /leetcode/internal/leetcode"
9
+ "github.com/awesee /leetcode/internal/base"
10
+ "github.com/awesee /leetcode/internal/leetcode"
11
11
)
12
12
13
13
const defaultStr = `
14
- # [LeetCode](https://openset .github.io/leetcode)
14
+ # [LeetCode](https://awesee .github.io/leetcode)
15
15
LeetCode Problems' Solutions
16
- [[力扣](https://openset .github.io/categories/leetcode/) ∙ [话题分类](https://github.com/openset /leetcode/blob/master/tag/README.md)]
16
+ [[力扣](https://awesee .github.io/categories/leetcode/) ∙ [话题分类](https://github.com/awesee /leetcode/blob/master/tag/README.md)]
17
17
18
- [](https://github.com/openset /leetcode/actions)
19
- [](https://codecov.io/gh/openset /leetcode)
20
- [](https://goreportcard.com/report/github.com/openset /leetcode)
21
- [](https://github.com/openset /leetcode/graphs/contributors)
22
- [](https://github.com/openset /leetcode/blob/master/LICENSE)
23
- [](https://app.fossa.io/projects/git%2Bgithub.heygears.com%2Fopenset %2Fleetcode?ref=badge_shield)
24
- [](https://gitter.im/openset /leetcode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
18
+ [](https://github.com/awesee /leetcode/actions)
19
+ [](https://codecov.io/gh/awesee /leetcode)
20
+ [](https://goreportcard.com/report/github.com/awesee /leetcode)
21
+ [](https://github.com/awesee /leetcode/graphs/contributors)
22
+ [](https://github.com/awesee /leetcode/blob/master/LICENSE)
23
+ [](https://app.fossa.io/projects/git%2Bgithub.heygears.com%2Fawesee %2Fleetcode?ref=badge_shield)
24
+ [](https://gitter.im/awesee /leetcode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
25
25
26
26
`
27
27
0 commit comments