Skip to content

Commit 322cde9

Browse files
committed
update doc w new url for sample
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 6cab119 commit 322cde9

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/aks/dapr-workflow.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The workflow example is an ASP.NET Core project with:
4444
Clone the example workflow application.
4545

4646
```sh
47-
git clone https://github.com/Azure-Samples/dapr-workflows-aks-sample.git
47+
git clone https://github.com/Azure/dapr-workflows-aks-sample.git
4848
```
4949

5050
Navigate to the sample's root directory.
@@ -187,21 +187,18 @@ Notice that the workflow status is marked as completed.
187187
[deploy-cluster]: ./tutorial-kubernetes-deploy-cluster.md
188188
[install-cli]: /cli/azure/install-azure-cli
189189
[k8s-ext]: ./dapr.md#set-up-the-azure-cli-extension-for-cluster-extensions
190-
[acr]: ./tutorial-kubernetes-prepare-acr.md
191190
[cluster]: ./tutorial-kubernetes-deploy-cluster.md
192191
[k8s-sp]: ./dapr.md#register-the-kubernetesconfiguration-service-provider
193192
[dapr-config]: ./dapr-settings.md
194193
[az-cloud-shell]: ./learn/quick-kubernetes-deploy-powershell.md#azure-cloud-shell
195194
[kubectl]: ./tutorial-kubernetes-deploy-cluster.md#connect-to-cluster-using-kubectl
196195

197196
<!-- Links External -->
198-
[dapr-workflow-sample]: https://github.com/shubham1172/dapr-workflows-aks-sample
199-
[dapr-program]: https://github.com/shubham1172/dapr-workflows-aks-sample/blob/main/Program.cs
200-
[dapr-workflow-dir]: https://github.com/shubham1172/dapr-workflows-aks-sample/tree/main/Workflows
201-
[dapr-activities-dir]: https://github.com/shubham1172/dapr-workflows-aks-sample/tree/main/Activities
197+
[dapr-workflow-sample]: https://github.com/Azure/dapr-workflows-aks-sample
198+
[dapr-program]: https://github.com/Azure/dapr-workflows-aks-sample/blob/main/Program.cs
199+
[dapr-workflow-dir]: https://github.com/Azure/dapr-workflows-aks-sample/tree/main/Workflows
200+
[dapr-activities-dir]: https://github.com/Azure/dapr-workflows-aks-sample/tree/main/Activities
202201
[dapr-workflow-alpha]: https://docs.dapr.io/operations/support/support-preview-features/#current-preview-features
203-
[gh-pat]: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic
204-
[deployment-yaml]: https://github.com/hhunter-ms/dapr-workflows-aks-sample/blob/main/Deploy/deployment.yaml
202+
[deployment-yaml]: https://github.com/Azure/dapr-workflows-aks-sample/blob/main/Deploy/deployment.yaml
205203
[docker]: https://docs.docker.com/get-docker/
206204
[helm]: https://helm.sh/docs/intro/install/
207-
[gh-fork]: https://docs.github.com/en/get-started/quickstart/fork-a-repo

0 commit comments

Comments
 (0)