Update docs link

parent 1371efec
...@@ -70,7 +70,7 @@ function configFuncSettingsFrom(window_) { ...@@ -70,7 +70,7 @@ function configFuncSettingsFrom(window_) {
} }
if (typeof window_.hypothesisConfig !== 'function') { if (typeof window_.hypothesisConfig !== 'function') {
var docs = 'https://h.readthedocs.io/en/latest/embedding.html'; var docs = 'https://h.readthedocs.io/projects/client/en/latest/publishers/config/#window.hypothesisConfig';
throw new TypeError('hypothesisConfig must be a function, see: ' + docs); throw new TypeError('hypothesisConfig must be a function, see: ' + docs);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment