Skip to content

Commit 37eec32

Browse files
authored
Update links to repos that moved to dart-lang/native (#5651)
Fixes #5625
1 parent bb42624 commit 37eec32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/content/interop/java-interop.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The following are some more comprehensive examples of using `package:jnigen`:
149149
{:.table}
150150

151151
[dev dependency]: /tools/pub/dependencies#dev-dependencies
152-
[in_app_java]: https://github.com/dart-lang/jnigen/tree/main/jnigen/example/in_app_java
153-
[notification_plugin]: https://github.com/dart-lang/jnigen/tree/main/jnigen/example/notification_plugin
154-
[pdfbox_plugin]: https://github.com/dart-lang/jnigen/tree/main/jnigen/example/pdfbox_plugin
152+
[in_app_java]: https://github.com/dart-lang/native/tree/main/pkgs/jnigen/example/in_app_java
153+
[notification_plugin]: https://github.com/dart-lang/native/tree/main/pkgs/jnigen/example/notification_plugin
154+
[pdfbox_plugin]: https://github.com/dart-lang/native/tree/main/pkgs/jnigen/example/pdfbox_plugin
155155
[Apache PDFBox]: https://pdfbox.apache.org/

src/content/interop/objective-c-interop.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Objective-C and Swift interop using package:ffigen"
33
description: "To use Objective-C and Swift code in your Dart program, use package:ffigen."
44
ffigen: "https://pub.dev/packages/ffigen"
5-
example: "https://github.com/dart-lang/ffigen/tree/master/example/objective_c"
5+
example: "https://github.com/dart-lang/native/tree/main/pkgs/ffigen/example/objective_c"
66
appledoc: "https://developer.apple.com/documentation"
77
---
88

@@ -545,4 +545,4 @@ $ dart run example.dart
545545
[`package:cupertino_http`]: https://github.com/dart-lang/http/blob/master/pkgs/cupertino_http/src/CUPHTTPClientDelegate.m
546546
[not thread safe]: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/ThreadSafetySummary/ThreadSafetySummary.html
547547
[Objective-C dispatch documentation]: {{appledoc}}/dispatch?language=objc
548-
[swift_example]: https://github.com/dart-lang/ffigen/tree/main/example/swift
548+
[swift_example]: https://github.com/dart-lang/native/tree/main/pkgs/ffigen/example/swift

0 commit comments

Comments
 (0)