Skip to content

Commit 29f5db9

Browse files
committed
docs: fix broken links in cocoapods docs
1 parent 85533d9 commit 29f5db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins/cocoapods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ tns platform add ios
4343

4444
## Wrap the Library as NativeScript Plugin
4545

46-
For more information about working with NativeScript plugins, click [here](plugins.md).
46+
For more information about working with NativeScript plugins, click [here](plugins-reference.md).
4747

4848
```Bash
4949
cd ..
@@ -102,4 +102,4 @@ This modifies the `MYCocoaPodsApp.xcodeproj` and creates a workspace with the sa
102102
103103
## Troubleshooting
104104

105-
In case of post-build linker errors, you might need to resolve missing dependencies to native frameworks required by the installed CocoaPod. For more information about how to create the required links, see the [build.xcconfig specification](./plugin-reference#buildxcconfig-specification).
105+
In case of post-build linker errors, you might need to resolve missing dependencies to native frameworks required by the installed CocoaPod. For more information about how to create the required links, see the [build.xcconfig specification](./plugin-reference#buildxcconfig-specification).

0 commit comments

Comments
 (0)