<#
.SYNOPSIS
	Shows the OBS Studio manual
.DESCRIPTION
	This script launches the Web browser with the OBS Studio manual.
.EXAMPLE
	PS> ./show-obs-studio-manual
.NOTES
	Author: Markus Fleschutz ยท License: CC0
.LINK
	https://github.com/fleschutz/PowerShell
#>

& "$PSScriptRoot/open-default-browser.ps1" "https://obsproject.com/wiki/"
exit 0 # success