From 3aaf370d4abc65206fd021d63533e2f5686414d7 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 22 Jan 2024 14:54:02 -0500 Subject: [PATCH] Closes #14889: Update source path for DataBackend class --- docs/plugins/development/data-backends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/development/data-backends.md b/docs/plugins/development/data-backends.md index feffa5bed..8b7226a41 100644 --- a/docs/plugins/development/data-backends.md +++ b/docs/plugins/development/data-backends.md @@ -20,4 +20,4 @@ backends = [MyDataBackend] !!! tip The path to the list of search indexes can be modified by setting `data_backends` in the PluginConfig instance. -::: core.data_backends.DataBackend +::: netbox.data_backends.DataBackend