mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
fix both the docs site and the README on github
This commit is contained in:
parent
17713874ff
commit
48fe50c39e
@ -30,6 +30,7 @@ func removeLinkPrefixInIndex() {
|
|||||||
|
|
||||||
updatedContent := strings.ReplaceAll(string(content), "](./docs/", "](")
|
updatedContent := strings.ReplaceAll(string(content), "](./docs/", "](")
|
||||||
updatedContent = strings.ReplaceAll(updatedContent, "](docs/", "](")
|
updatedContent = strings.ReplaceAll(updatedContent, "](docs/", "](")
|
||||||
|
updatedContent = strings.ReplaceAll(updatedContent, "docs/img/external-dns.png", "img/external-dns.png")
|
||||||
|
|
||||||
f, err := os.OpenFile("./docs/index.md", os.O_RDWR, 0o644)
|
f, err := os.OpenFile("./docs/index.md", os.O_RDWR, 0o644)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user