Skip to content

Commit

Permalink
docs: fix broken links (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chief-Rishab authored Jul 7, 2022
1 parent 042986c commit 7c13206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Guardian is a on-demand access management tool. It manages resources from variou

Explore the following resoruces to get started with Guardian:

- [Guides](https://odpf.github.io/guardian/docs/guides/cli) provides guidance on usage.
- [Concepts](https://odpf.github.io/guardian/docs/concepts/architecture) describes all important Guardian concepts including system architecture.
- [Reference](https://odpf.github.io/guardian/docs/reference/glossary) contains details about configurations and other aspects of Guardian.
- [Guides](https://odpf.github.io/guardian/docs/guides/introduction) provides guidance on usage.
- [Concepts](https://odpf.github.io/guardian/docs/concepts/overview) describes all important Guardian concepts including system architecture.
- [Reference](https://odpf.github.io/guardian/docs/reference/api) contains details about configurations and other aspects of Guardian.
- [Contribute](https://odpf.github.io/guardian/docs/contribute/contribution) contains resources for anyone who wants to contribute to Guardian.

## Installation

Install Guardian on macOS, Windows, Linux, OpenBSD, FreeBSD, and on any machine.
Install Guardian on macOS, Windows, Linux, OpenBSD, FreeBSD, and on any machine. <br/>Refer this for [installations](https://odpf.github.io/guardian/docs/installation) and [configurations](https://odpf.github.io/guardian/docs/guides/configuration)

#### Binary (Cross-platform)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Hero = () => {
<div className={clsx('col col--5')}>
<div className="homeTitle">{siteConfig.tagline}</div>
<small className="homeSubTitle">Guardian is a tool for extensible and universal data access with automated access workflows and security controls across data stores, analytical systems, and cloud products.</small>
<a className="button" href="docs/overview/introduction">Documentation</a>
<a className="button" href="docs/introduction">Documentation</a>
</div>
<div className={clsx('col col--1')}></div>
<div className={clsx('col col--6')}>
Expand Down

0 comments on commit 7c13206

Please sign in to comment.