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

rss link blindly appends /blog/index.html #3882

Closed
nhomble opened this issue Jun 18, 2021 · 3 comments · Fixed by #3886
Closed

rss link blindly appends /blog/index.html #3882

nhomble opened this issue Jun 18, 2021 · 3 comments · Fixed by #3886
Assignees
Labels
Area/Documentation Good first issue Looking to contribute to Velero? Issues with this label might be a great place to start!

Comments

@nhomble
Copy link

nhomble commented Jun 18, 2021

What steps did you take and what happened:

  1. visit https://velero.io/
  2. clicked see all posts to see the blog, browser went to https://velero.io/blog/
  3. clicked RSS icon to check for xml
  4. was navigated to https://velero.io/blog/blog/index.xml (404)

What did you expect to happen:
Go directly to https://velero.io/blog/index.xml

@zubron zubron added Area/Documentation Good first issue Looking to contribute to Velero? Issues with this label might be a great place to start! labels Jun 18, 2021
@zubron
Copy link
Contributor

zubron commented Jun 18, 2021

It looks like the RSS link is wrong: https://github.com/vmware-tanzu/velero/blob/main/site/config.yaml#L58
It is blog/index.xml when it should be /blog/index.xml.

@Patil2099
Copy link
Contributor

I would love to take this up

@eleanor-millman
Copy link
Contributor

@Patil2099 Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Documentation Good first issue Looking to contribute to Velero? Issues with this label might be a great place to start!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants