From c2bb57d7defb9ece2fd672e5ea5fad9426dc6568 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 14 Apr 2024 08:34:49 +1000 Subject: [PATCH] See #4546. Fix docs link to filtering elements query syntax. --- src/ifcopenshell-python/docs/ifcpatch.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ifcopenshell-python/docs/ifcpatch.rst b/src/ifcopenshell-python/docs/ifcpatch.rst index 2923e2227c..3ba68a6722 100644 --- a/src/ifcopenshell-python/docs/ifcpatch.rst +++ b/src/ifcopenshell-python/docs/ifcpatch.rst @@ -41,9 +41,9 @@ utility: Exactly how it is run depends on the recipe. A recipe may require zero or more arguments which are specific to the recipe. Here's an example which runs the `ExtractElements` recipe, which, as the same suggests, extracts out elements. -This recipe expects one argument, which uses the `IFC Query -syntax `_. -In this example, we'll extract out all `IfcWall` elements. +This recipe expects one argument, which uses the +:ref:`ifcopenshell-python/selector_syntax:filtering elements` syntax. In this +example, we'll extract out all `IfcWall` elements. ::