diff --git a/best-practices/troubleshooting/README.md b/best-practices/troubleshooting/README.md index c5151be68..f38082d5c 100644 --- a/best-practices/troubleshooting/README.md +++ b/best-practices/troubleshooting/README.md @@ -7,5 +7,5 @@ This section describes different tools, techniques and common problems to help u 3. [Profiling and debugging](profiling_debugging.md) 4. [Common issues](common_issues.md) -Please open a new Bug or Feature Request item on our [issues section](https://github.com/daprcore/dapr/issues) if you've encountered a problem running Dapr. +Please open a new Bug or Feature Request item on our [issues section](https://github.com/dapr/dapr/issues) if you've encountered a problem running Dapr. If a security vulnerability has been found, contact the [Dapr team](daprct@microsoft.com). diff --git a/readme.md b/readme.md index b766f01d9..cfbece365 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,5 @@ Welcome to the documentation repository for Dapr. You can learn about Dapr from - **[Quickstarts and Samples](/quickstart)** - Quick start guides and samples for developing apps using Dapr - **[Concepts](/concepts)** - Core Dapr concepts explained - **[How-Tos](/howto)** - Guides explaining how to accomplish specific tasks with Dapr - - **[Tutorials](/tutorials)** - End to end tutorials developing applications using Dapr - **[Reference](/reference)** - Detailed reference documentation - \ No newline at end of file + - **[Getting Started with Actors](https://github.com/dapr/dotnet-sdk/blob/master/docs/get-started-dapr-actor.md)** - End to end tutorial for developing Actors applications using Dapr dotnet sdk diff --git a/tutorials/actors/create-.net-actor-application.md b/tutorials/actors/create-.net-actor-application.md deleted file mode 100644 index b26e243e2..000000000 --- a/tutorials/actors/create-.net-actor-application.md +++ /dev/null @@ -1,2 +0,0 @@ -## Getting started with Actors -[Reference](https://github.com/dapr/dotnet-sdk/blob/master/docs/get-started-dapr-actor.md)