Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

[FIX] updating gitbook urls #81

Merged
merged 2 commits into from
May 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Please make sure you've read and understood our contributing guidelines;
https://github.com/ZupIT/ritchie-cli/blob/master/CONTRIBUTING.md

For additional information on our contributing process, read our contributing
guide https://docs.ritchiecli.io/v/doc-english/community
guide https://docs.ritchiecli.io/community

Please provide the following information:
-->
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ This repository contains the CLI core, which can execute formulas stored inside

## How to install Ritchie

- [Windows](https://docs.ritchiecli.io/v/master/get-started/installation/windows)
- [Windows](https://docs.ritchiecli.io/get-started/installation/windows)

- [Linux / Mac](https://docs.ritchiecli.io/v/master/get-started/installation/linux-mac)
- [Linux / Mac](https://docs.ritchiecli.io/get-started/installation/linux-mac)


## Contributors
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ require (
github.com/thoas/go-funk v0.6.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
k8s.io/kubectl v0.18.2
k8s.io/kubectl v0.18.2
)