Skip to content

Commit 411b24c

Browse files
authored
Remove credential. (#2836)
* Remove credential. * Apply suggestions from code review
1 parent 5909e3b commit 411b24c

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

docs/frameworks/dapr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ When the Dapr SDK is used, the Dapr sidecar is called over HTTP. The Dapr sideca
154154
- [Dapr](https://dapr.io/)
155155
- [Dapr documentation](https://docs.dapr.io/)
156156
- [Dapr GitHub repo](https://github.com/dapr/dapr)
157-
- [.NET Aspire Dapr sample app](/samples/dotnet/aspire-samples/aspire-dapr/)
157+
- [.NET Aspire Dapr sample app](https://github.com/CommunityToolkit/Aspire/tree/main/examples/dapr)
158158
- [.NET Aspire integrations](../fundamentals/integrations-overview.md)
159159
- [.NET Aspire GitHub repo](https://github.com/dotnet/aspire)

docs/index.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ conceptualContent:
180180
url: frameworks/dapr.md
181181
- itemType: sample
182182
text: Dapr integration sample
183-
url: /samples/dotnet/aspire-samples/aspire-dapr/
183+
url: https://github.com/CommunityToolkit/Aspire/tree/main/examples/dapr
184184

185185
- title: Deployment
186186
links:
@@ -247,9 +247,6 @@ conceptualContent:
247247
- itemType: training
248248
text: Send messages with RabbitMQ in a .NET Aspire project
249249
url: /training/modules/send-messages-rabbitmq-dotnet-aspire-app/
250-
- itemType: architecture
251-
text: .NET Aspire Credential (Applied Skill)
252-
url: /credentials/applied-skills/build-distributed-apps-with-dotnet-aspire/
253250

254251
additionalContent:
255252
sections:

docs/toc.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ items:
194194
- name: Overview
195195
href: frameworks/dapr.md
196196
- name: Dapr integration sample
197-
href: /samples/dotnet/aspire-samples/aspire-dapr/
197+
href: https://github.com/CommunityToolkit/Aspire/tree/main/examples/dapr
198198
- name: Elasticsearch
199199
displayName: elasticsearch,search
200200
href: search/elasticsearch-integration.md
@@ -419,8 +419,6 @@ items:
419419
items:
420420
- name: .NET Aspire
421421
href: https://github.com/dotnet/aspire
422-
- name: .NET Aspire Credential
423-
href: /credentials/applied-skills/build-distributed-apps-with-dotnet-aspire/
424422
- name: .NET Aspire samples
425423
href: https://github.com/dotnet/aspire-samples
426424
- name: .NET Aspire samples browser

0 commit comments

Comments
 (0)