Skip to content

Commit

Permalink
Merge pull request #219 from tidev/moduleLink
Browse files Browse the repository at this point in the history
fix some module links
  • Loading branch information
hansemannn authored Oct 17, 2024
2 parents edf3223 + 8f60440 commit fbe3ae5
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/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).

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

Expand Down

0 comments on commit fbe3ae5

Please sign in to comment.