Update links to QuickStartGuide.md (#1890)

* Update detailed-docs.md

Quick start instructions are now inline in README.md. Updating the link to point to the `Getting Started` section of README.md

* Update Actions-Runner-Controller-Overview.md

Quick start instructions are now inline in README.md. Updating the link to point to the `Getting Started` section of README.md

* Delete QuickStartGuide.md

This guide is no longer needed as the details of it are merged with README.md.
This commit is contained in:
Vijay-train
2022-10-04 17:02:16 +05:30
committed by GitHub
parent aa60021ab0
commit 6eadb03669
3 changed files with 2 additions and 136 deletions

View File

@@ -78,7 +78,7 @@ The documentation is kept inline with master@HEAD, we do our best to highlight a
**actions-runner-controller** makes that possible. Just create a *Runner* resource on your Kubernetes, and it will run and operate the self-hosted runner for the specified repository. Combined with Kubernetes RBAC, you can also build simple Self-hosted runners as a Service.
## Getting Started
To give ARC a try with just a handful of commands, Please refer to [Quick start guide](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/QuickStartGuide.md).
To give ARC a try with just a handful of commands, Please refer to [Quick start guide](/README.md#getting-started).
For an overview of ARC, please refer to [ARC Overview](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/Actions-Runner-Controller-Overview.md)