瀏覽代碼

Fixed links

Björn Ritzl 9 月之前
父節點
當前提交
92ca5ce2b0
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      docs/en/manuals/extensions-cocoapods.md
  2. 2 2
      docs/en/manuals/extensions-gradle.md

+ 2 - 2
docs/en/manuals/extensions-cocoapods.md

@@ -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)

+ 2 - 2
docs/en/manuals/extensions-gradle.md

@@ -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)