--- a/root/progvis/main.bs
+++ b/root/progvis/main.bs
@@ -11,12 +11,9 @@
  * Examples directory.
  */
 Url? examplesDir() on Ui {
-	if (x = named{progvis}.url()) {
-		x = x / ".." / "progvis_demo";
-		if (x.exists())
-			return x;
-	}
-
+	var x = parsePath("/usr/share/doc/progvis-examples/examples/");
+	if (x.exists())
+		return x;
 	null;
 }
 
