From 3be6ee35258fbf5eba61a6194fea78b0e7afacd9 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 16 Aug 2020 21:39:40 +0200 Subject: [PATCH] :truck: remove < from filename to fix Windows build --- doc/mkdocs/docs/api/basic_json/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/mkdocs/docs/api/basic_json/index.md b/doc/mkdocs/docs/api/basic_json/index.md index 786a9e0df..e8841e850 100644 --- a/doc/mkdocs/docs/api/basic_json/index.md +++ b/doc/mkdocs/docs/api/basic_json/index.md @@ -187,12 +187,12 @@ Access to the JSON value ### Lexicographical comparison operators -- [**operator==**](operator==.md) - comparison: equal -- [**operator!=**](operator!=.md) - comparison: not equal -- [**operator<**](operator<.md) - comparison: less than -- [**operator<=**](operator<=.md) - comparison: less than or equal -- [**operator>**](operator>.md) - comparison: greater than -- [**operator>=**](operator>=.md) - comparison: greater than or equal +- [**operator==**](operator_eq.md) - comparison: equal +- [**operator!=**](operator_ne.md) - comparison: not equal +- [**operator<**](operator_lt.md) - comparison: less than +- [**operator<=**](operator_le.md) - comparison: less than or equal +- [**operator>**](operator_gt.md) - comparison: greater than +- [**operator>=**](operator_ge.md) - comparison: greater than or equal ### Serialization / Dumping