Skip to content
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

Remove references to imported for Contributing guides #10084

Merged
merged 1 commit into from
Aug 28, 2018

Conversation

xmudrii
Copy link
Member

@xmudrii xmudrii commented Aug 25, 2018

Trying to open some of Contributor guides results in the error 404 as the website redirects to URLs containing imported.

This PR tries to fix the issue, by modifying the URLs to use the non-imported URLs. It also adds entries to the redirects file, so accessing via imported URLs redirect to the appropriate page.

Affected endpoints and possibly correct URL used in this PR:

  • Read the developer guide: https://kubernetes.io/docs/imported/community/devel/ -> https://kubernetes.io/docs/community/devel/,
  • Learn more about KEPs: https://kubernetes.io/docs/imported/community/keps/ -> https://kubernetes.io/docs/community/keps/,
  • Contribute to k8s OSS project: https://kubernetes.io/docs/imported/community/guide/ -> https://kubernetes.io/docs/community/guide/,
  • Mentoring: https://kubernetes.io/docs/imported/community/mentoring/ -> https://kubernetes.io/docs/community/mentoring/.

This is my first PR to k/website, so it may be that I'm wrong, but please let me know if there's a better way to fix this. :)

More details about the issue can be found in #10083.
Closes #10083.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Aug 25, 2018
@k8sio-netlify-preview-bot
Copy link
Collaborator

Deploy preview for kubernetes-io-master-staging ready!

Built with commit 2188f8d

https://deploy-preview-10084--kubernetes-io-master-staging.netlify.com

@xmudrii
Copy link
Member Author

xmudrii commented Aug 25, 2018

/assign @tengqm @xiangpengzhao

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 26, 2018
Copy link
Contributor

@tengqm tengqm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Thanks.

@Bradamant3
Copy link
Contributor

/approve

Thank you!

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Bradamant3

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 28, 2018
@k8s-ci-robot k8s-ci-robot merged commit 55eee97 into kubernetes:master Aug 28, 2018
krmayankk pushed a commit to krmayankk/kubernetes.github.io that referenced this pull request Aug 28, 2018
@xmudrii xmudrii deleted the fix-imported branch December 20, 2021 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Link to Developer Guide returns 404 page not found
6 participants