-
Notifications
You must be signed in to change notification settings - Fork 15.1k
docs(es): Fix broken link in statefulset tutorial #52566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(es): Fix broken link in statefulset tutorial #52566
Conversation
|
Welcome @shivansh-gohem! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
| ## Limitaciones | ||
|
|
||
| * El almacenamiento de un determinado Pod debe provisionarse por un [Provisionador de PersistentVolume](https://github.com/kubernetes/examples/tree/master/staging/persistent-volume-provisioning/README.md) basado en la `storage class` requerida, o pre-provisionarse por un administrador. | ||
| * El almacenamiento de un determinado Pod debe provisionarse por un [Provisionador de PersistentVolume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) basado en la `storage class` requerida, o pre-provisionarse por un administrador. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello @shivansh-gohem, thanks for your contribution!
I noticed the links need to be updated to use relative paths instead of absolute URLs. Here's the correction, kindly review:
| * El almacenamiento de un determinado Pod debe provisionarse por un [Provisionador de PersistentVolume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) basado en la `storage class` requerida, o pre-provisionarse por un administrador. | |
| * El almacenamiento de un determinado Pod debe provisionarse por un [Provisionador de PersistentVolume](/docs/concepts/storage/persistent-volumes/) basado en la `storage class` requerida, o pre-provisionarse por un administrador. |
|
Thanks for the feedback, @Caesarsage! I've just pushed the requested change. |
Look good to me. |
|
/lgtm |
|
LGTM label has been added. Git tree hash: 63b7fd898c47d5ebe7225a3b5273c6f627ae0cea
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: electrocucaracha The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR updates a broken link in the Spanish statefulset tutorial (
statefulset.md). The old link pointed to a README file in the now-removed examples directory.Fixes kubernetes/kubernetes#134305