@@ -453,7 +453,7 @@ pure subroutine configure( self, add_blank_line, indent, max_width, &
453
453
! ! 4. `time_stamp` is a logical flag with `.true.` implying that the output
454
454
! ! will have a time stamp, and `.false.` implying that there will be no
455
455
! ! time stamp. `time_stamp` has a startup value of `.true.`.
456
- ! !([Specification]) (../page/specs/stdlib_logger.html#configure-configure-the-logging-process))
456
+ ! !([Specification](../page/specs/stdlib_logger.html#configure-configure-the-logging-process))
457
457
! !##### Example
458
458
! !
459
459
! ! program main
@@ -932,7 +932,7 @@ subroutine log_message( self, message, module, procedure, prefix )
932
932
933
933
! ! Writes the string `message` to the `self % log_units` with optional
934
934
! ! additional text.
935
- ! !([Specification]) (../page/specs/stdlib_logger.html#log_message-write-the-string-message-to-self-log_units))
935
+ ! !([Specification](../page/specs/stdlib_logger.html#log_message-write-the-string-message-to-self-log_units))
936
936
! !
937
937
! !##### Behavior
938
938
! !
@@ -1041,7 +1041,7 @@ subroutine log_text_error( self, line, column, summary, filename, &
1041
1041
1042
1042
! ! Sends a message to `self % log_units` describing an error found
1043
1043
! ! in a line of text.
1044
- ! !([Specification]) (../page/specs/stdlib_logger.html#log_text_error-send-a-message-to-self-log_units-describing-an-error))
1044
+ ! !([Specification](../page/specs/stdlib_logger.html#log_text_error-send-a-message-to-self-log_units-describing-an-error))
1045
1045
1046
1046
! !##### Behavior
1047
1047
! !
@@ -1226,7 +1226,7 @@ end function log_units_assigned
1226
1226
1227
1227
subroutine log_warning ( self , message , module , procedure )
1228
1228
! ! Writes the string `message` to `self % log_units` with optional additional text.
1229
- ! !([Specification]) (../page/specs/stdlib_logger.html#log_warning-write-the-string-message-to-log_units)
1229
+ ! !([Specification](../page/specs/stdlib_logger.html#log_warning-write-the-string-message-to-log_units) )
1230
1230
1231
1231
! !##### Behavior
1232
1232
! !
@@ -1284,7 +1284,7 @@ subroutine remove_log_unit( self, unit, close_unit, stat )
1284
1284
! ! has the value `success`. If closing the `unit` fails, then if `stat` is
1285
1285
! ! present it has the value `close_failure`, otherwise processing stops
1286
1286
! ! with an informative message.
1287
- ! !([Specification]) (../page/specs/stdlib_logger.html#remove_log_unit-remove-unit-from-self-log_units))
1287
+ ! !([Specification](../page/specs/stdlib_logger.html#remove_log_unit-remove-unit-from-self-log_units))
1288
1288
1289
1289
class(logger_type), intent (inout ) :: self
1290
1290
! ! The logger variable whose unit is to be removed
0 commit comments