Skip to content

Commit 8a7db92

Browse files
committed
Fix Cloud Shell paths
1 parent d537bea commit 8a7db92

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

analytics-admin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Open in Cloud Shell][shell_img]][shell_link]
44

55
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
6-
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleanalytics/dotnet-docs-samples&page=editor&open_in_editor=/google-analytics-admin/README.md
6+
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleanalytics/dotnet-docs-samples&page=editor&open_in_editor=/analytics-admin/README.md
77

88
These samples show how to use the
99
[Google Analytics Admin API](https://developers.google.com/analytics/devguides/config/admin/v1) from .NET.
@@ -22,7 +22,7 @@ These samples show how to use the
2222
3. **Clone the repo** and cd into this directory.
2323
```sh
2424
git clone https://github.com/googleanalytics/dotnet-docs-samples
25-
cd dotnet-docs-samples/google-analytics-data
25+
cd dotnet-docs-samples/analytics-data
2626
```
2727
4. Confirm that [dotnet](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build) is installed.
2828
```sh

analytics-data/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Open in Cloud Shell][shell_img]][shell_link]
44

55
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
6-
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleanalytics/dotnet-docs-samples&page=editor&open_in_editor=/google-analytics-data/README.md
6+
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleanalytics/dotnet-docs-samples&page=editor&open_in_editor=/analytics-data/README.md
77

88
These samples show how to use the
99
[Google Analytics Data API](https://developers.google.com/analytics/devguides/reporting/data/v1) from .NET.
@@ -22,7 +22,7 @@ These samples show how to use the
2222
3. **Clone the repo** and cd into this directory.
2323
```sh
2424
git clone https://github.com/googleanalytics/dotnet-docs-samples
25-
cd dotnet-docs-samples/google-analytics-data
25+
cd dotnet-docs-samples/analytics-data
2626
```
2727
4. Confirm that [dotnet](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build) is installed.
2828
```sh

0 commit comments

Comments
 (0)