From 9b609f4ec38abc35ec4914cdfd29d7bcca245df7 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Sat, 22 Oct 2016 17:47:47 -0400 Subject: [PATCH] Show link for internal classes --- pd/nw/dialog_search.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pd/nw/dialog_search.html b/pd/nw/dialog_search.html index a56bb9304..aa09499a5 100644 --- a/pd/nw/dialog_search.html +++ b/pd/nw/dialog_search.html @@ -54,12 +54,12 @@ var toc = [ title: "Data Structures", description: "custom data and 2d visualization" }, -/* { id: "doc/5.reference", - title: "Reference", - description: "reference patches for key concepts and built-in objects" + title: "Internal Objects", + description: "Purr Data's built-in classes" }, +/* { id: "doc/6.externs", title: "Externals", -- GitLab