Skip to content

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

License

Notifications You must be signed in to change notification settings

servicerocket-labs/link-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published