Fix broken OpenStack network data format link - #633
Conversation
✅ Deploy Preview for metal3io-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hi @uzairhameed. Thanks for your PR. I'm waiting for a metal3-io member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
800fb9d to
3c6bd6c
Compare
|
/ok-to-test |
Signed-off-by: Uzair Hameed <uzairhameed98@gmail.com>
609585b to
9902795
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix broken link in network-configuration FAQ
The link checker reported a 404 on the OpenStack network data format URL in _faqs/network-configuration.md. The broken URL pointed to a hashed .json download path on the OpenStack docs site, which changes whenever the docs are rebuilt, making it inherently fragile.
Replaced the broken URL with a stable link to the OpenStack metadata HTML documentation page.
Fixes: broken link reported in _faqs/network-configuration.md
Changed: _downloads/9119ca7ac90aa2990e762c08baea3a36/network_data.json → user/metadata.html#network-data``
Closes #630