// package website contains references to the Flamenco website. // Constants defined here can be used in the rest of Flamenco, for example for log messages. package website const ( DocVariablesURL = "https://flamenco.blender.org/usage/variables/blender/" BugReportURL = "https://flamenco.blender.org/get-involved" ShamanRequirementsURL = "https://flamenco.blender.org/usage/shared-storage/shaman/#requirements" )