From 5fb2a66bbc8a1ed2b629ecbf0435a9061850f320 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Fri, 3 Apr 2020 14:24:07 -0400 Subject: [PATCH] Correct ReST syntax Incorrect quotes were preventing a hyperlink from being rendered correctly. Change-Id: I0d3a4d75be0111e64be68cb12788974147c506b7 --- ...filter-by-update-at-and-created-at-32ae9aaea131d598.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/support-to-query-cinder-resources-filter-by-update-at-and-created-at-32ae9aaea131d598.yaml b/releasenotes/notes/support-to-query-cinder-resources-filter-by-update-at-and-created-at-32ae9aaea131d598.yaml index a007f2a4a88..40956f240af 100644 --- a/releasenotes/notes/support-to-query-cinder-resources-filter-by-update-at-and-created-at-32ae9aaea131d598.yaml +++ b/releasenotes/notes/support-to-query-cinder-resources-filter-by-update-at-and-created-at-32ae9aaea131d598.yaml @@ -2,7 +2,7 @@ features: - Beginning with microversion 3.60, users may apply time comparison filters to the volume summary list and volume detail list requests by using the - "created_at" or "updated_at" fields. Time must be expressed in ISO - 8601 format. See the 'Block Storage API v3 Reference - '_ for + ``created_at`` or ``updated_at`` fields. Time must be expressed in ISO + 8601 format. See the `Block Storage API v3 Reference + `_ for details.