Skip to content

Commit 97ec13a

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/guide/Titanium_SDK/Titanium_SDK_Guide/Contributing_to_Titanium/Contributing_to_Open_Source_Titanium_Modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are having an issue with an open source module, please please create a ti
2323

2424
## Submitting Contributions
2525

26-
The process for contributing to open source modules is the same as contributing code to Titanium SDK, but instead of the titanium\_mobile repo you will be working with the [titanium\_modules](https://github.com/tidev/titanium_modules) repo. Please refer to the [Pull Request Guide](/guide/Titanium_SDK/Titanium_SDK_Guide/Contributing_to_Titanium/Platform_Development/Pull_Request_Guide/) for guidance.
26+
The process for contributing to open source modules is the same as contributing code to Titanium SDK. Go to the main organization page [tidev](https://github.com/tidev/) and search for the module. Please refer to the [Pull Request Guide](/guide/Titanium_SDK/Titanium_SDK_Guide/Contributing_to_Titanium/Platform_Development/Pull_Request_Guide/) for guidance.
2727

2828
### Versioning
2929

@@ -50,5 +50,5 @@ When submitting a fix:
5050
* Add a comment to the associated ticket with the pull request URL.
5151
5252
```
53-
PR: https://github.com/tidev/titanium_modules/pull/0
53+
PR: https://github.com/tidev/[titanium_module_name]/pull/0
5454
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ At the time of this writing, these are some of the modules included in the TiPlu
4141

4242
### Open-source Appcelerator modules
4343

44-
Appcelerator publishes a few modules on its GitHub account. Those modules are open source (check the individual licenses for full details) and are provided as-is without official support. You'll find these modules at [https://github.com/tidev/titanium\_modules](https://github.com/tidev/titanium_modules)
44+
Appcelerator publishes a few modules on its GitHub account. Those modules are open source (check the individual licenses for full details) and are provided as-is without official support. You'll find these modules at [https://github.com/tidev/](https://github.com/tidev/)
4545

4646
### Community-contributed modules
4747

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/titanium_modules/blob/master/admob/mobile/ios/ti.admob-iphone-1.5.0.zip?raw=true).
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).
127127

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

0 commit comments

Comments
 (0)