From 18bc65e881da189b2e1823eaeaf4f138562aafe3 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Wed, 20 Mar 2024 11:57:34 +0000 Subject: [PATCH] Fix broken internal ref spotted by rstcheck --- optimade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimade.rst b/optimade.rst index d870e8cc2..6f193a671 100644 --- a/optimade.rst +++ b/optimade.rst @@ -2050,7 +2050,7 @@ Type handling and conversions in comparisons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The definitions of specific properties in this standard define their types. -Similarly, for `database-provider-specific properties`_, the database provider decides their types. +Similarly, for `custom properties`_, the database provider decides their types. In the syntactic constructs that can accommodate values of more than one type, types of all participating values are REQUIRED to match, with a single exception of timestamps (see below). Different types of values MUST be reported as :http-error:`501 Not Implemented` errors, meaning that type conversion is not implemented in the specification.