Skip to content

Commit

Permalink
Merge pull request #27 from travisn/master-link
Browse files Browse the repository at this point in the history
docs: Update docs link to latest
  • Loading branch information
travisn authored Sep 22, 2021
2 parents f8b89c8 + 99d2a51 commit 3df639c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ Read [Github documentation if you need help](https://help.github.com/en/articles
* Storage backend version (e.g. for ceph do `ceph -v`):
* Kubernetes version (use `kubectl version`):
* Kubernetes cluster type (e.g. Tectonic, GKE, OpenShift):
* Storage backend status (e.g. for Ceph use `ceph health` in the [Rook Ceph toolbox](https://rook.io/docs/rook/master/ceph-toolbox.html)):
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ Read [Github documentation if you need help](https://help.github.com/en/articles
* Storage backend version (e.g. for ceph do `ceph -v`):
* Kubernetes version (use `kubectl version`):
* Kubernetes cluster type (e.g. Tectonic, GKE, OpenShift):
* Storage backend status (e.g. for Ceph use `ceph health` in the [Rook Ceph toolbox](https://rook.io/docs/rook/master/ceph-toolbox.html)):
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Please take a look at our [Contributing](https://rook.io/docs/rook/master/development-flow.html)
<!-- Please take a look at our [Contributing](https://rook.io/docs/rook/latest/development-flow.html)
documentation before submitting a Pull Request!
Thank you for contributing to Rook! -->

Expand All @@ -9,10 +9,10 @@ Resolves #

**Checklist:**

- [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [developer guide](https://rook.io/docs/rook/master/development-flow.html#commit-structure).
- [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [developer guide](https://rook.io/docs/rook/latest/development-flow.html#commit-structure).
- [ ] **Skip Tests for Docs**: Add the flag for skipping the build if this is only a documentation change. See [here](https://github.com/rook/nfs/blob/master/INSTALL.md#skip-ci) for the flag.
- [ ] **Skip Unrelated Tests**: Add a flag to run tests for a specific storage provider. See [test options](https://github.com/rook/nfs/blob/master/INSTALL.md#test-storage-provider).
- [ ] Reviewed the developer guide on [Submitting a Pull Request](https://rook.io/docs/rook/master/development-flow.html#submitting-a-pull-request)
- [ ] Reviewed the developer guide on [Submitting a Pull Request](https://rook.io/docs/rook/latest/development-flow.html#submitting-a-pull-request)
- [ ] Documentation has been updated, if necessary.
- [ ] Unit tests have been added, if necessary.
- [ ] Integration tests have been added, if necessary.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- uses: wagoid/[email protected]
with:
configFile: './.commitlintrc.json'
helpURL: https://rook.io/docs/rook/master/development-flow.html#commit-structure
helpURL: https://rook.io/docs/rook/latest/development-flow.html#commit-structure
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pull_request_rules:
- conflict
actions:
comment:
message: This pull request has merge conflicts that must be resolved before it can be merged. @{{author}} please rebase it. https://rook.io/docs/rook/master/development-flow.html#updating-your-fork
message: This pull request has merge conflicts that must be resolved before it can be merged. @{{author}} please rebase it. https://rook.io/docs/rook/latest/development-flow.html#updating-your-fork

# automerge on master only under certain strict conditions
- name: automerge merge master with specific label and approvals with code change
Expand Down
2 changes: 1 addition & 1 deletion Documentation/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ Save this PVC and NFS Server instance as `nfs-ceph.yaml`:
---
# A rook ceph cluster must be running
# Create a rook ceph cluster using examples in rook/cluster/examples/kubernetes/ceph
# Refer to https://rook.io/docs/rook/master/ceph-quickstart.html for a quick rook cluster setup
# Refer to https://rook.io/docs/rook/latest/ceph-quickstart.html for a quick rook cluster setup
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Rook is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CNCF

## Getting Started and Documentation

For installation, deployment, and administration of the NFS storage provider, see our [Documentation](https://rook.io/docs/nfs/master).
For installation, deployment, and administration of the NFS storage provider, see our [Documentation](https://rook.io/docs/nfs/latest).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/nfs/nfs-ceph.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# A rook ceph cluster must be running
# Create a rook ceph cluster using examples in rook/cluster/examples/kubernetes/ceph
# Refer to https://rook.io/docs/rook/master/ceph-quickstart.html for a quick rook cluster setup
# Refer to https://rook.io/docs/nfs/latest/quickstart.html for a quick rook cluster setup
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
2 changes: 1 addition & 1 deletion design/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Rook Feature Proposal

Please follow the [design section guideline](https://rook.io/docs/rook/master/development-flow.html#design-document).
Please follow the [design section guideline](https://rook.io/docs/rook/latest/development-flow.html#design-document).

0 comments on commit 3df639c

Please sign in to comment.