Skip to content

Commit f31ea06

Browse files
authored
Merge pull request #586 from Esri/ldanzinger/maps-sdk-update
updating references to toolkit repo
2 parents 75dd295 + 45e3b64 commit f31ea06

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

augmentedreality/CppApi/source/ArcGISArView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace Esri::ArcGISRuntime::Toolkit {
4545
This toolkit component allows quick and easy integration
4646
of AR into your application for a variety of scenarios.
4747
48-
See \l {https://github.com/Esri/arcgis-runtime-toolkit-qt/blob/master/Common/AR/README.md} {additional details about using the ArcGISArView toolkit component}.
48+
See \l {https://github.com/Esri/arcgis-maps-sdk-toolkit-qt/blob/master/Common/AR/README.md} {additional details about using the ArcGISArView toolkit component}.
4949
*/
5050

5151
/*!

augmentedreality/Examples/CppArExample/CppArExample.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ OTHER_FILES += \
5858
# AR configuration
5959

6060
# The path to the ArcGIS runtime toolkit for Qt sources, corresponding to the files downloaded
61-
# from the GitHub repo: https://github.com/Esri/arcgis-runtime-toolkit-qt
61+
# from the GitHub repo: https://github.com/Esri/arcgis-maps-sdk-toolkit-qt
6262

6363
ARCGIS_TOOLKIT_PATH = # must be set to the root path of the toolkit folder
6464

augmentedreality/Examples/QmlArExample/QmlArExample.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ OTHER_FILES += \
6464
# AR configuration
6565

6666
# The path to the ArcGIS Maps SDK toolkit for Qt sources, corresponding to the files downloaded
67-
# from the GitHub repo: https://github.com/Esri/arcgis-runtime-toolkit-qt
67+
# from the GitHub repo: https://github.com/Esri/arcgis-maps-sdk-toolkit-qt
6868

6969
ARCGIS_TOOLKIT_PATH = # must be set to the root path of the toolkit folder
7070

augmentedreality/QmlApi/source/QmlArcGISArView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Esri::ArcGISRuntime::Toolkit {
3535
The Augmented Reality (AR) toolkit component allows quick and easy integration
3636
of AR into your application for a variety of scenarios.
3737
38-
See see \l {https://github.com/Esri/arcgis-runtime-toolkit-qt/blob/master/Common/AR/README.md}{the AR README on GitHub}
38+
See see \l {https://github.com/Esri/arcgis-maps-sdk-toolkit-qt/blob/master/Common/AR/README.md}{the AR README on GitHub}
3939
for details.
4040
*/
4141

augmentedreality/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ used to create the Qt project.
7777
for details.
7878

7979
2. Download from GitHub the source files of the
80-
[ArcGIS Maps SDK for Qt Toolkit](https://github.com/Esri/arcgis-runtime-toolkit-qt).
80+
[ArcGIS Maps SDK for Qt Toolkit](https://github.com/Esri/arcgis-maps-sdk-toolkit-qt).
8181

8282
3. In Qt Creator, create a new project and select the app template named
8383
"ArcGIS Maps 200.1.0 Qt Quick C++ app". Select the option "3D project" in the
@@ -225,7 +225,7 @@ An example of QML app with AR support can be found in the folder
225225
[ArcGIS Maps SDK for Qt Guide](https://developers.arcgis.com/qt/latest/qml/guide/arcgis-runtime-sdk-for-qt.htm)
226226
for details.
227227

228-
2. Download the sources of the [ArcGIS Maps SDK for Qt Toolkit](https://github.com/Esri/arcgis-runtime-toolkit-qt) from GitHub.
228+
2. Download the sources of the [ArcGIS Maps SDK for Qt Toolkit](https://github.com/Esri/arcgis-maps-sdk-toolkit-qt) from GitHub.
229229

230230
3. In Qt Creator, create a new project and select "ArcGIS Maps 200.1.0 Qt Quick QML app".
231231
Select the option "3D project" in the "Details" step.

calcite-qml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To integrate Calcite into your app, add the following lines to your `*.pro` file
1818

1919
```pro
2020
QT += quickcontrols2
21-
RESOURCES += path/to/arcgis-runtime-toolkit-qt/calcite-qml/Calcite/calcite.qrc
21+
RESOURCES += path/to/arcgis-maps-sdk-toolkit-qt/calcite-qml/Calcite/calcite.qrc
2222
```
2323

2424
And then in `main.cpp` add the following lines:

0 commit comments

Comments
 (0)