Skip to content

Latest commit

 

History

History
executable file
·
20 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

executable file
·
20 lines (16 loc) · 1.17 KB

Link Validator

This Confluence add-on checks provided URLs to ensure they are valid - that is, that they don't return an error when accessed.

link-validator macro

Checks the provided link to determine if it is a valid location.

By default, the final status message is available by hovering your mouse over the icon. If you wish to have it displayed on the page directly, specify verbose=true when using the macro.

Parameters

Name Required Default Value Description
[default]/url yes The URL to validate. This may alternately be the body of the macro, which allows the URL to be generated by other macros.
verbose no false If true, the status message will be displayed as text on the page. Otherwise, it is available by hovering the mouse over the status icon.
timeout no 5 The timeout for each request. If a request fails it is retried two additional times to make sure, which means that the actual wait time for a non-responsive URL is timeout X 3.

Wiki markup

{link-validator:url=http://address}{link-validator}
{link-validator}http://address{link-validator}