# Broken link on VTK nightly documentation examples?

**URL:** https://discourse.vtk.org/t/broken-link-on-vtk-nightly-documentation-examples/12377
**Category:** Support
**Created:** [September 27, 2023, 1:17pm UTC](https://discourse.vtk.org/t/broken-link-on-vtk-nightly-documentation-examples/12377 "2023-09-27T13:17:54Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![rexthor](https://discourse.vtk.org/user_avatar/discourse.vtk.org/rexthor/32/6481_2.png) [@rexthor](https://discourse.vtk.org/u/rexthor)
#### Post date: [September 27, 2023, 1:17pm UTC](https://discourse.vtk.org/t/broken-link-on-vtk-nightly-documentation-examples/12377/1 "2023-09-27T13:17:55Z")

</div>

I’m not sure where the right place is to report this, but, there are some broken links in the examples for [examples for vtkStructuredGrid](https://vtk.org/doc/nightly/html/c2_vtk_e_1.html#c2_vtk_e_vtkStructuredGrid). Specifically, these links result in 404:

- [SGrid.cxx](https://gitlab.kitware.com/vtk/vtk/-/blob/v9.3.0/Examples/DataManipulation/Cxx/SGrid.cxx)
- [MultiBlock.cxx](https://gitlab.kitware.com/vtk/vtk/-/blob/v9.3.0/Examples/MultiBlock/Cxx/MultiBlock.cxx)

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.vtk.org/user_avatar/discourse.vtk.org/mwestphal/32/19_2.png) [@mwestphal](https://discourse.vtk.org/u/mwestphal)
#### Post date: [September 27, 2023, 1:18pm UTC](https://discourse.vtk.org/t/broken-link-on-vtk-nightly-documentation-examples/12377/2 "2023-09-27T13:18:30Z")

</div>

All examples links are broken during RC cycle sadly.

---

<div class="post-metadata">

### Author: ![rexthor](https://discourse.vtk.org/user_avatar/discourse.vtk.org/rexthor/32/6481_2.png) [@rexthor](https://discourse.vtk.org/u/rexthor)
#### Post date: [September 27, 2023, 1:18pm UTC](https://discourse.vtk.org/t/broken-link-on-vtk-nightly-documentation-examples/12377/3 "2023-09-27T13:18:58Z")

</div>

Ah - ok, I’ll switch versions and try again!

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.vtk.org/user_avatar/discourse.vtk.org/mwestphal/32/19_2.png) [@mwestphal](https://discourse.vtk.org/u/mwestphal)
#### Post date: [September 27, 2023, 1:20pm UTC](https://discourse.vtk.org/t/broken-link-on-vtk-nightly-documentation-examples/12377/4 "2023-09-27T13:20:56Z")

</div>

You can manually edit the HTML link:

[https://gitlab.kitware.com/vtk/vtk/-/blob/v9.2.1/Examples/DataManipulation/Cxx/SGrid.cxx](https://gitlab.kitware.com/vtk/vtk/-/blob/v9.2.1/Examples/DataManipulation/Cxx/SGrid.cxx)

---

<div class="post-metadata">

### Author: ![rexthor](https://discourse.vtk.org/user_avatar/discourse.vtk.org/rexthor/32/6481_2.png) [@rexthor](https://discourse.vtk.org/u/rexthor)
#### Post date: [September 27, 2023, 1:22pm UTC](https://discourse.vtk.org/t/broken-link-on-vtk-nightly-documentation-examples/12377/5 "2023-09-27T13:22:23Z")

</div>

Thanks, I was just trying to figure out how to navigate there.  
I know for CMake, there is a combo box with version (which is super helpful) … I don’t know how hard that would be to add to the documentation, but that would be a nice touch.

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.vtk.org/user_avatar/discourse.vtk.org/mwestphal/32/19_2.png) [@mwestphal](https://discourse.vtk.org/u/mwestphal)
#### Post date: [September 27, 2023, 1:24pm UTC](https://discourse.vtk.org/t/broken-link-on-vtk-nightly-documentation-examples/12377/6 "2023-09-27T13:24:25Z")

</div>

[https://gitlab.kitware.com/vtk/vtk/-/issues/17547](https://gitlab.kitware.com/vtk/vtk/-/issues/17547)

---

<div class="post-metadata">

### Author: ![rexthor](https://discourse.vtk.org/user_avatar/discourse.vtk.org/rexthor/32/6481_2.png) [@rexthor](https://discourse.vtk.org/u/rexthor)
#### Post date: [September 27, 2023, 1:30pm UTC](https://discourse.vtk.org/t/broken-link-on-vtk-nightly-documentation-examples/12377/7 "2023-09-27T13:30:17Z")

</div>

As usual, you guys are way ahead of me!
