Skip to content

Commit 4c90671

Browse files
authored
Update Parameter_Types.ipynb to fix a 404 (2nd iteration) (#1054)
1 parent 78d92da commit 4c90671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user_guide/Parameter_Types.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"id": "e9787a67",
5353
"metadata": {},
5454
"source": [
55-
"The full behavior of these types is covered in the [Param API Reference Manual](https://param.holoviz.org/reference.html#param-module). Here we will discuss the major categories of Parameter type and how to use them, including examples of what each type does _not_ allow (labeled `with param.exceptions_summarized():`). Each of these classes is also suitable for subclassing to create more specialized types enforcing your own specific constraints. After reading about Parameters in general, feel free to skip around in this page and only look at the Parameter types of interest to you!"
55+
"The full behavior of these types is covered in the [Param API Reference Manual](https://param.holoviz.org/reference/param/index.html#parameters). Here we will discuss the major categories of Parameter type and how to use them, including examples of what each type does _not_ allow (labeled `with param.exceptions_summarized():`). Each of these classes is also suitable for subclassing to create more specialized types enforcing your own specific constraints. After reading about Parameters in general, feel free to skip around in this page and only look at the Parameter types of interest to you!"
5656
]
5757
},
5858
{

0 commit comments

Comments
 (0)