Skip to content

Commit b071b9a

Browse files
authored
Fix and update a few links (#13197)
1 parent 8d55670 commit b071b9a

File tree

7 files changed

+11
-15
lines changed

7 files changed

+11
-15
lines changed

src/content/cookbook/networking/web-sockets.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ you can connect to servers using `WebSockets`.
1010
`WebSockets` allow for two-way communication with a server
1111
without polling.
1212

13-
In this example, connect to a
14-
[test WebSocket server sponsored by Lob.com][].
13+
In this example, connect to a [test WebSocket server][].
1514
The server sends back the same message you send to it.
1615
This recipe uses the following steps:
1716

@@ -193,6 +192,6 @@ class _MyHomePageState extends State<MyHomePage> {
193192
[`Stream`]: {{site.api}}/flutter/dart-async/Stream-class.html
194193
[`StreamBuilder`]: {{site.api}}/flutter/widgets/StreamBuilder-class.html
195194
[`StreamSink`]: {{site.api}}/flutter/dart-async/StreamSink-class.html
196-
[test WebSocket server sponsored by Lob.com]: https://www.lob.com/blog/websocket-org-is-down-here-is-an-alternative
195+
[test WebSocket server]: https://websocket.org/tools/websocket-echo-server/
197196
[`Text`]: {{site.api}}/flutter/widgets/Text-class.html
198197
[`web_socket_channel`]: {{site.pub-pkg}}/web_socket_channel

src/content/data-and-backend/state-mgmt/options.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,12 @@ Other useful docs include:
7676
* [Managing Flutter Application State With InheritedWidgets][],
7777
by Hans Muller
7878
* [Inheriting Widgets][], by Mehmet Fidanboylu
79-
* [Using Flutter Inherited Widgets Effectively][], by Eric Windmill
8079
* [Widget - State - Context - InheritedWidget][], by Didier Bolelens
8180

8281
[InheritedWidget docs]: {{site.api}}/flutter/widgets/InheritedWidget-class.html
8382
[Inheriting Widgets]: {{site.medium}}/@mehmetf_71205/inheriting-widgets-b7ac56dbbeb1
8483
[Managing Flutter Application State With InheritedWidgets]: {{site.flutter-blog}}/managing-flutter-application-state-with-inheritedwidgets-1140452befe1
85-
[Using Flutter Inherited Widgets Effectively]: https://ericwindmill.com/articles/inherited_widget/
86-
[Widget - State - Context - InheritedWidget]: https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/
84+
[Widget - State - Context - InheritedWidget]: https://flutteris.com/blog/en/widget-state-context-inheritedwidget
8785

8886
## Community-provided packages
8987

src/content/release/breaking-changes/android-java-gradle-migration-guide.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,10 @@ A few notes to be aware of:
136136
you might (though it's unlikely) encounter issues
137137
that result from changes to Gradle, such as
138138
[deprecated Gradle classes][], or changes to the
139-
Android file structure, such as
140-
[splitting out ApplicationId from PackageName][].
139+
Android file structure.
141140
If this occurs, downgrade to a release of Gradle
142141
between 7.3 and 7.6.1, inclusive.
143142
* Upgrading to Flutter 3.10 won't fix this issue.
144143

145144
[deprecated Gradle classes]: https://docs.gradle.org/7.6/javadoc/deprecated-list.html
146145
[issue 122609]: {{site.repo.flutter}}/issues/122609
147-
[splitting out ApplicationId from PackageName]: http://tools.android.com/tech-docs/new-build-system/applicationid-vs-packagename

src/content/tools/devtools/release-notes/release-notes-2.41.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ To learn more about DevTools, check out the
1919

2020
## Inspector updates
2121

22-
* Added an option to the [new Inspector's](https://docs.flutter.dev/tools/devtools/release-notes/release-notes-2.40.2#inspector-updates)
23-
settings to allow auto-refreshing the widget tree after a hot-reload. - [#8483](https://github.com/flutter/devtools/pull/8483)
22+
* Added an option to the new Inspector's settings to allow
23+
auto-refreshing the widget tree after a hot-reload. -
24+
[#8483](https://github.com/flutter/devtools/pull/8483)
2425

2526
## Network profiler updates
2627

src/content/tools/devtools/release-notes/release-notes-2.42.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To learn more about DevTools, check out the
2121

2222
* Enabled the new inspector by default. This can be disabled in the inspector settings. - [#8650](https://github.com/flutter/devtools/pull/8650)
2323
![Legacy inspector setting](/assets/images/docs/tools/devtools/release-notes/images-2.42.3/legacy_inspector_setting.png "Legacy inspector setting")
24-
* Fixed an issue where selecting an implementation widget on the device while implementation widgets were hidden in the [new inspector](https://docs.flutter.dev/tools/devtools/release-notes/release-notes-2.40.1#inspector-updates) showed an error. - [#8625](https://github.com/flutter/devtools/pull/8625)
24+
* Fixed an issue where selecting an implementation widget on the device while implementation widgets were hidden in the new inspector showed an error. - [#8625](https://github.com/flutter/devtools/pull/8625)
2525
* Enabled auto-refreshes of the widget tree on hot-reloads and navigation events by default. This can be disabled in the inspector settings. - [#8646](https://github.com/flutter/devtools/pull/8646)
2626
![Auto-refresh setting](/assets/images/docs/tools/devtools/release-notes/images-2.42.3/inspector_auto_refresh_setting.png "Inspector auto-refresh setting")
2727

src/content/ui/accessibility/assistive-technologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ NVDA screen reader. To learn about using NVDA to test
8989
Windows apps, check out
9090
[Screen Readers 101 For Front-End Developers (Windows)][nvda].
9191

92-
[nvda]: https://get-evinced.com/blog/screen-readers-101-for-front-end-developers-windows
92+
[nvda]: https://evinced.com/blog/screen-readers-101-for-front-end-developers-windows
9393

9494
On a Mac, you can use the desktop version of VoiceOver,
9595
which is included in macOS.

src/content/ui/adaptive-responsive/more-info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ Here are some resources that you might find useful:
5353
[Material guidelines on canonical layouts]: {{site.material}}/foundations/layout/canonical-layouts/overview
5454
[Human interface guidelines (Apple)]: {{site.apple-dev}}/design/human-interface-guidelines/
5555
[Material design for large screens]: {{site.material2}}/blog/material-design-for-large-screens
56-
[Machine sizes and breakpoints (Microsoft)]: https://docs.microsoft.com/en-us/windows/uwp/design/layout/screen-sizes-and-breakpoints-for-responsive-desig
57-
[Responsive design techniques (Microsoft)]: https://docs.microsoft.com/en-us/windows/uwp/design/layout/responsive-design
56+
[Machine sizes and breakpoints (Microsoft)]: https://learn.microsoft.com/windows/apps/design/layout/screen-sizes-and-breakpoints-for-responsive-design
57+
[Responsive design techniques (Microsoft)]: https://learn.microsoft.com/windows/apps/design/layout/responsive-design
5858
[UI design do's and don'ts (Apple)]: {{site.apple-dev}}/design/tips/

0 commit comments

Comments
 (0)