diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b82428d22..792fafbc2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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)): diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 86899613b..25c5bb30a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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)): diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3dbc127aa..937564a9e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - @@ -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. diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 23921b5d5..5624d95aa 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -23,4 +23,4 @@ jobs: - uses: wagoid/commitlint-github-action@v2.0.3 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 diff --git a/.mergify.yml b/.mergify.yml index 2c9b9734f..38539bfb5 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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 diff --git a/Documentation/quickstart.md b/Documentation/quickstart.md index 472d01455..3be985653 100644 --- a/Documentation/quickstart.md +++ b/Documentation/quickstart.md @@ -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: diff --git a/README.md b/README.md index 082ad2316..dfeafd0b6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cluster/examples/kubernetes/nfs/nfs-ceph.yaml b/cluster/examples/kubernetes/nfs/nfs-ceph.yaml index fbdc51dab..b44bdea14 100644 --- a/cluster/examples/kubernetes/nfs/nfs-ceph.yaml +++ b/cluster/examples/kubernetes/nfs/nfs-ceph.yaml @@ -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: diff --git a/design/README.md b/design/README.md index f443ff8c2..ea943a642 100644 --- a/design/README.md +++ b/design/README.md @@ -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).