kubernetes-sigs / kubebuilder

Kubebuilder - SDK for building Kubernetes APIs using CRDs
http://book.kubebuilder.io
Apache License 2.0
7.89k stars 1.45k forks source link

Reference-style links in the book are wrongly parsed and does not contain the link itself #2240

Closed SeriyBg closed 3 years ago

SeriyBg commented 3 years ago

What broke? What's expected?

For the reference-style link in the markdown in the mdbook generated book the link is missing:

[Go modules blogpost][go-modules-blogpost]
...
[go-modules-blogpost]: https://blog.golang.org/using-go-modules

image

Reproducing this issue

No response

KubeBuilder (CLI) Version

3.1.0

PROJECT version

No response

Plugin versions

No response

Other versions

No response

Extra Labels

/kind documentation

JulienBreux commented 3 years ago

Hello @SeriyBg 👋🏻

~Do you've the link of this page please?~ https://book.kubebuilder.io/quick-start.html

Thanks, and have a good day :)

rashmigottipati commented 3 years ago

2219 fixed the blog post link in quickstart documentation but the typo still exists in the website and needs to be fixed.

camilamacedo86 commented 3 years ago

It is solved in the master and the fix will appear in the prod docs after the next release.