Skip to content

Commit d05300d

Browse files
committed
Updated readme
1 parent 00cfa71 commit d05300d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ArcGIS Android Issue Template
22

3-
GitHub is **ONLY** used for issues pertaining to ArcGIS Runtime SDK Samples. Use [Esri Community](https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/bd-p/arcgis-runtime-sdk-for-android-questions) for any general ArcGIS Runtime Android SDK questions.
3+
GitHub is **ONLY** used for issues pertaining to ArcGIS Maps SDK Kotlin Samples. Use [Esri Community](https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/bd-p/arcgis-runtime-sdk-for-android-questions) for any general ArcGIS Runtime Android SDK questions.
44

55
Is this something you can [contribute](CONTRIBUTING.md)? Send a pull request! New Samples, bug fixes and documentation fixes are welcome.
66

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PR to add a new Kotlin sample _"SAMPLE_NAME"_ in `SAMPLE_CATEGORY` category.
44
-->
55
## Links and Data
66
<!--
7-
Sample Epic: `runtime/common-samples/issues/ISSUE_NUMBER`
7+
Sample Epic: `runtime/kotlin/issues/ISSUE_NUMBER`
88
-->
99
## What To Review
1010
<!--

tools/NewModuleScript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ The script uses the sample `Display Map` as a template to create a new sample. H
1717

1818
## How to use the script
1919

20-
Refer to the `README.md` at `arcgis-runtime-samples-android/tools/`
20+
Refer to the `README.md` at `arcgis-maps-sdk-kotlin-samples/tools/`

tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This script creates a new sample and configures it as a new module in Android St
99

1010
### How to use this script
1111

12-
Navigate to the top-level directory of this repository (`/arcgis-runtime-samples-android/`).
12+
Navigate to the top-level directory of this repository (`arcgis-maps-sdk-kotlin-samples/`).
1313

1414
**Note:** This `.jar` file requires Java 11 installed.
1515

@@ -23,7 +23,7 @@ Example:
2323
$ java -jar tools/NewModuleScript.jar
2424
Enter Name of the sample with spaces (Eg. "Display New Map"):
2525
Display New Map
26-
Using repository $USER/../arcgis-runtime-samples-android
26+
Using repository $USER/../arcgis-maps-sdk-kotlin-samples
2727
Sample Successfully Created!
2828

2929
**Note:** The script will generate all the `gradle`, `src` and `res` files needed for a new sample. You will have to reload `gradle` manually for Android Studio to implement the changes. To do this run:

0 commit comments

Comments
 (0)