Skip to content

Commit 8f60440

Browse files
committed
fix some module links
1 parent 97ec13a commit 8f60440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/Titanium_SDK/Titanium_SDK_How-tos/Using_Modules/Using_a_Module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Finally, you'll use the module's object, properties, and methods to enable its f
123123

124124
The following section illustrates how you would use one of the modules included in the Titanium Plus set.
125125

126-
For this example we will be downloading the [AdMob](https://github.com/appcelerator-modules/ti.admob) module for iOS available on GitHub. While the example covers an iOS use case, the same general steps apply to an Android module. The ZIP file containing the module distribution can be downloaded [here](https://github.com/tidev/ti.admob/releases).
126+
For this example we will be downloading the [AdMob](https://github.com/tidev/ti.admob) module for iOS available on GitHub. While the example covers an iOS use case, the same general steps apply to an Android module. The ZIP file containing the module distribution can be downloaded [here](https://github.com/tidev/ti.admob/releases).
127127

128128
1. Install the module as described [above](#installing-modules).
129129

0 commit comments

Comments
 (0)