Skip to content

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Nov 28, 2024
1 parent c596e22 commit 92ca5ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/manuals/extensions-cocoapods.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ The build server will collect the `Podfile` files from all the extensions and us

Examples:

* https://github.com/defold/extension-firebase/blob/master/firebase/manifests/ios/Podfile
* https://github.com/defold/extension-facebook/blob/master/facebook/manifests/ios/Podfile
* [Firebase](https://github.com/defold/extension-firebase/blob/master/firebase/manifests/ios/Podfile)
* [Facebook](https://github.com/defold/extension-facebook/blob/master/facebook/manifests/ios/Podfile)
4 changes: 2 additions & 2 deletions docs/en/manuals/extensions-gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ The build server will collect the `build.gradle` files from all the extensions a

Examples:

* https://github.com/defold/extension-firebase/blob/master/firebase/manifests/android/build.gradle
* https://github.com/defold/extension-facebook/blob/master/facebook/manifests/android/build.gradle
* [Firebase](https://github.com/defold/extension-firebase/blob/master/firebase/manifests/android/)build.gradle
* [Facebook](https://github.com/defold/extension-facebook/blob/master/facebook/manifests/android/build.gradle)

0 comments on commit 92ca5ce

Please sign in to comment.