Skip to content

Commit bb56ad9

Browse files
committed
Update README files and podspec to reflect new domain for links
1 parent 56d7218 commit bb56ad9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README-ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ class _HomePageState extends State<HomePage> with WindowListener {
505505

506506
## 文章
507507

508-
- [关闭窗口后点击Dock图标进行恢复](https://leanflutter.org/zh/blog/click-dock-icon-to-restore-after-closing-the-window)
509-
- [让应用成为单实例](https://leanflutter.org/zh/blog/making-the-app-single-instanced)
508+
- [关闭窗口后点击Dock图标进行恢复](https://leanflutter.dev/zh/blog/click-dock-icon-to-restore-after-closing-the-window)
509+
- [让应用成为单实例](https://leanflutter.dev/zh/blog/making-the-app-single-instanced)
510510

511511
## 谁在用使用它?
512512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ class _HomePageState extends State<HomePage> with WindowListener {
506506

507507
## Articles
508508

509-
- [Click the dock icon to restore after closing the window](https://leanflutter.dev/tips-and-tricks/002-click-dock-icon-to-restore-after-closing-the-window/)
510-
- [Making the app single-instanced](https://leanflutter.dev/tips-and-tricks/001-making-the-app-single-instanced/)
509+
- [Click the dock icon to restore after closing the window](https://leanflutter.dev/blog/click-dock-icon-to-restore-after-closing-the-window/)
510+
- [Making the app single-instanced](https://leanflutter.dev/blog/making-the-app-single-instanced/)
511511

512512
## Who's using it?
513513

packages/window_manager/macos/window_manager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.description = <<-DESC
1010
A new flutter plugin project.
1111
DESC
12-
s.homepage = 'https://leanflutter.org'
12+
s.homepage = 'https://leanflutter.dev'
1313
s.license = { :file => '../LICENSE' }
1414
s.author = { 'LiJianying' => '[email protected]' }
1515
s.source = { :path => '.' }

0 commit comments

Comments
 (0)