Skip to content

Blog : replace with dash all points present in url fields to fix links#17286

Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
giom-l:fix/blog-broken-links
Oct 29, 2019
Merged

Blog : replace with dash all points present in url fields to fix links#17286
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
giom-l:fix/blog-broken-links

Conversation

@giom-l
Copy link
Copy Markdown
Contributor

@giom-l giom-l commented Oct 29, 2019

Ref #17100

In blog posts, all 'url' fields containing points ('.') have been replaced with dashes ('-')
Not sure if 'slug' field should also be fixed

The selection of files to be corrected is based on

$ grep  "^url:.*\..*$" kubernetes/website/content/en/blog/_posts/*
2016-03-00-Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-aka-Ubernetes-Lite.md:url: /blog/2016/03/Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-A.K.A-Ubernetes-Lite
2016-03-00-Kubernetes-1-2-And-Simplifying-Advanced-Networking-With-Ingress.md:url: /blog/2016/03/Kubernetes-1.2-And-Simplifying-Advanced-Networking-With-Ingress
2016-03-00-Kubernetes-1-2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management-.md:url: /blog/2016/03/Kubernetes-1.2-Even-More-Performance-Upgrades-Plus-Easier-Application-Deployment-And-Management
2016-07-00-Five-Days-Of-Kubernetes-1-3.md:url: /blog/2016/07/Five-Days-Of-Kubernetes-1.3
2016-07-00-Kubernetes-1-3-Bridging-Cloud-Native-And-Enterprise-Workloads.md:url: /blog/2016/07/Kubernetes-1.3-Bridging-Cloud-Native-And-Enterprise-Workloads
2016-09-00-Kubernetes-1-4-Making-It-Easy-To-Run-On-Kuberentes-Anywhere.md:url: /blog/2016/09/Kubernetes-1.4-Making-It-Easy-To-Run-On-Kuberentes-Anywhere
2016-10-00-Production-Kubernetes-Dashboard-UI-1-4-improvements_3.md:url: /blog/2016/10/Production-Kubernetes-Dashboard-UI-1.4-improvements_3
2016-12-00-Cluster-Federation-In-Kubernetes-1-5.md:url: /blog/2016/12/Cluster-Federation-In-Kubernetes-1.5
2016-12-00-Five-Days-Of-Kubernetes-1-5.md:url: /blog/2016/12/Five-Days-Of-Kubernetes-1.5
2016-12-00-Kubernetes-1-5-Supporting-Production-Workloads.md:url: /blog/2016/12/Kubernetes-1.5-Supporting-Production-Workloads
2017-03-00-Five-Days-Of-Kubernetes-1-6.md:url: /blog/2017/03/Five-Days-Of-Kubernetes-1.6
2017-03-00-Kubernetes-1-6-Multi-User-Multi-Workloads-At-Scale.md:url: /blog/2017/03/Kubernetes-1.6-Multi-User-Multi-Workloads-At-Scale
2017-03-00-Scalability-Updates-In-Kubernetes-1-6.md:url: /blog/2017/03/Scalability-Updates-In-Kubernetes-1.6
2017-06-00-Kubernetes-1-7-Security-Hardening-Stateful-Application-Extensibility-Updates.md:url: /blog/2017/06/Kubernetes-1.7-Security-Hardening-Stateful-Application-Extensibility-Updates

/kind documentation
/area blog

@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. area/blog Issues or PRs related to the Kubernetes Blog subproject labels Oct 29, 2019
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Welcome @gocho1!

It looks like this is your first PR to kubernetes/website 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/website has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA.

It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.


Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 29, 2019
@k8s-ci-robot k8s-ci-robot added language/en Issues or PRs related to English language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Oct 29, 2019
@mrbobbytables
Copy link
Copy Markdown
Member

/assign @jimangel
(from #17100)

@netlify
Copy link
Copy Markdown

netlify bot commented Oct 29, 2019

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

Built with commit 9b98de3

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

@giom-l
Copy link
Copy Markdown
Contributor Author

giom-l commented Oct 29, 2019

/check-cla

1 similar comment
@giom-l
Copy link
Copy Markdown
Contributor Author

giom-l commented Oct 29, 2019

/check-cla

@giom-l giom-l force-pushed the fix/blog-broken-links branch from 24ec48c to 9b98de3 Compare October 29, 2019 16:16
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Oct 29, 2019
@jimangel
Copy link
Copy Markdown
Member

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 29, 2019
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jimangel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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 Oct 29, 2019
@k8s-ci-robot k8s-ci-robot merged commit 2384066 into kubernetes:master Oct 29, 2019
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. area/blog Issues or PRs related to the Kubernetes Blog subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. language/en Issues or PRs related to English language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. 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.

4 participants