diff --git a/src/Python/Cylinder.md b/src/Python/Cylinder.md
index 99eb1c4cd842892c56ce87d930afd298b41f9114..2073c152926bcadc819c72d39c36944f01b24aa5 100644
--- a/src/Python/Cylinder.md
+++ b/src/Python/Cylinder.md
@@ -1,3 +1,3 @@
 ### Description
 This example demonstrate a minimal visualization created with VTK.
-See also [C++](/Cxx/Rendering/CylinderRenderingProperties), [Java](/Java/Cylinder) and [Tcl](/Tcl/Cylinder).
+See also [C++](/Cxx/Rendering/CylinderRenderingProperties] and [Java](/Java/Cylinder).
diff --git a/src/Python/Visualization/KochSnowflake.md b/src/Python/Visualization/KochSnowflake.md
index 06100960c96f31ef4a9de34eb0659fc0e2135c1f..677cc5ccdef62af610004b959871f97697c227db 100644
--- a/src/Python/Visualization/KochSnowflake.md
+++ b/src/Python/Visualization/KochSnowflake.md
@@ -1,4 +1,4 @@
 ### Description
 
-This script draws a Koch snowflake using the VTK. The general idea is to exercise some of the components of a vtkPolyData to produce something interesting rather than a boring old cube. Not that I have anything against cubes. There is also a C++ version of this example: [KochSnowflake](Cxx/Visualization/KochSnowflake).
+This script draws a Koch snowflake using the VTK. The general idea is to exercise some of the components of a vtkPolyData to produce something interesting rather than a boring old cube. Not that I have anything against cubes. There is also a C++ version of this example: [KochSnowflake](/Cxx/Visualization/KochSnowflake).