Skip to content

Commit

Permalink
fix some module links
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jun 4, 2024
1 parent c87aa45 commit 97ec13a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are having an issue with an open source module, please please create a ti

## Submitting Contributions

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.
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.

### Versioning

Expand All @@ -50,5 +50,5 @@ When submitting a fix:
* Add a comment to the associated ticket with the pull request URL.

```
PR: https://github.com/tidev/titanium_modules/pull/0
PR: https://github.com/tidev/[titanium_module_name]/pull/0
```
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ At the time of this writing, these are some of the modules included in the TiPlu

### Open-source Appcelerator modules

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

### Community-contributed modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Finally, you'll use the module's object, properties, and methods to enable its f

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

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

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

Expand Down

0 comments on commit 97ec13a

Please sign in to comment.