Skip to content

Commit 518e83d

Browse files
Copilotunliftedq
andauthored
Update GitHub URLs to unliftedq (#55)
Agent-Logs-Url: https://github.com/unliftedq/blog/sessions/4b6d6fb0-d2a5-44d7-8386-ddb85823f76e Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: unliftedq <9988582+unliftedq@users.noreply.github.com>
1 parent f2a5949 commit 518e83d

7 files changed

Lines changed: 11 additions & 14 deletions

File tree

books/framework-design-guidelines/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ excerpt: "《框架设计指南:构建可复用 .NET 库的约定、惯例和
6666

6767
## Q&A
6868

69-
如果译文中有什么错漏之处,还请大家通过 [issue](https://github.com/nodew/blog/issues) 批评指正。如果有其他任何与本书相关的问题,也可以通过 [issue](https://github.com/nodew/blog/issues)[discussion](https://github.com/nodew/framework-design-guidelines-cn-community/discussions) 来共同探讨。
69+
如果译文中有什么错漏之处,还请大家通过 [issue](https://github.com/unliftedq/blog/issues) 批评指正。如果有其他任何与本书相关的问题,也可以通过 [issue](https://github.com/unliftedq/blog/issues)[discussion](https://github.com/unliftedq/framework-design-guidelines-cn-community/discussions) 来共同探讨。
7070

7171
## 其他
7272

73-
[阅读样章](https://github.com/nodew/framework-design-guidelines-cn-community/blob/master/framework-design-guidelines-cn-3rd-sample.pdf)
74-
75-
[勘误表](https://github.com/nodew/framework-design-guidelines-cn-community/blob/master/Corrigenda.md)
73+
[阅读样章](https://github.com/unliftedq/framework-design-guidelines-cn-community/blob/master/framework-design-guidelines-cn-3rd-sample.pdf)
7674

75+
[勘误表](https://github.com/unliftedq/framework-design-guidelines-cn-community/blob/master/Corrigenda.md)

gatsby-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config: GatsbyConfig = {
1111
},
1212
social: {
1313
twitter: `wangqiao11`,
14-
github: `nodew`,
14+
github: `unliftedq`,
1515
},
1616
},
1717
graphqlTypegen: true,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/nodew/blog.git"
16+
"url": "git+https://github.com/unliftedq/blog.git"
1717
},
1818
"author": "Qiao Wang <wangqiao11@hotmail.com>",
1919
"license": "UNLICENSED",
2020
"bugs": {
21-
"url": "https://github.com/nodew/blog/issues"
21+
"url": "https://github.com/unliftedq/blog/issues"
2222
},
23-
"homepage": "https://github.com/nodew/blog#readme",
23+
"homepage": "https://github.com/unliftedq/blog#readme",
2424
"dependencies": {
2525
"@mdx-js/mdx": "3.1.1",
2626
"@mdx-js/react": "3.1.1",

posts/001-lazy-list-with-generator-and-iterator/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,6 @@ Generator 和 Iterator 是 ES6 带给我们的非常强大的语言层面的能
321321

322322
另外,需要特别说明的是,虽然这篇文章通篇是在讲惰性列表,但是惰性列表并不是银弹,相反的,惰性结构的滥用会在程序的执行过程中缓存大量的 thunk,增大在内存上的开销。
323323

324-
完整代码请移步 [GitHub](https://github.com/nodew/lazyList)
324+
完整代码请移步 [GitHub](https://github.com/unliftedq/lazyList)
325325

326326
本文首发于[有赞技术博客](https://tech.youzan.com/lazy-list-with-generator-and-iterator/)

posts/002-crawling-stock-data-in-fsharp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,4 @@ let main argv =
324324

325325
以上,就是整个应用的主要实现了,当然为了节省篇幅,中间省去了一些细枝末节。
326326

327-
完整的代码可以去访问我的 [Github](https://github.com/nodew/TStock) 查看。
327+
完整的代码可以去访问我的 [Github](https://github.com/unliftedq/TStock) 查看。
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: Haskell realworld example
3-
projectUrl: https://github.com/nodew/haskell-realworld-example
3+
projectUrl: https://github.com/unliftedq/haskell-realworld-example
44
pinToHomePage: true
55
---
66

77
A Haskell implementation of **[realworld.io](https://realworld.io)** backend.
8-

projects/stargaze-cli/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: Stargaze CLI
3-
projectUrl: https://github.com/nodew/stargaze-cli
3+
projectUrl: https://github.com/unliftedq/stargaze-cli
44
pinToHomePage: true
55
---
66

77
Stargaze is a CLI tool to help you manage your starred projects on GitHub.
8-

0 commit comments

Comments
 (0)