fix(legacy): update or remove broken links
This commit is contained in:
parent
4bb5f58a7c
commit
6b16df8966
33 changed files with 3210 additions and 3216 deletions
|
@ -103,35 +103,35 @@ var AIRTIME = (function (AIRTIME) {
|
|||
media: "tracks",
|
||||
icon: "icon-music",
|
||||
subtext: "Click 'Upload' to add some now.",
|
||||
href: "http://libretime.org/docs/dashboard/",
|
||||
href: "https://libretime.org/docs/user-manual/dashboard/",
|
||||
};
|
||||
case mod.MediaTypeIntegerEnum.PLAYLIST:
|
||||
return {
|
||||
media: "playlists",
|
||||
icon: "icon-list",
|
||||
subtext: "Click 'New' to create one now.",
|
||||
href: "http://libretime.org/docs/playlists/",
|
||||
href: "https://libretime.org/docs/user-manual/playlists/",
|
||||
};
|
||||
case mod.MediaTypeIntegerEnum.BLOCK:
|
||||
return {
|
||||
media: "smart blocks",
|
||||
icon: "icon-time",
|
||||
subtext: "Click 'New' to create one now.",
|
||||
href: "http://libretime.org/docs/playlists/",
|
||||
href: "https://libretime.org/docs/user-manual/playlists/",
|
||||
};
|
||||
case mod.MediaTypeIntegerEnum.WEBSTREAM:
|
||||
return {
|
||||
media: "webstreams",
|
||||
icon: "icon-random",
|
||||
subtext: "Click 'New' to create one now.",
|
||||
href: "http://libretime.org/docs/webstreams/",
|
||||
href: "https://libretime.org/docs/user-manual/webstreams/",
|
||||
};
|
||||
case mod.MediaTypeIntegerEnum.PODCAST:
|
||||
return {
|
||||
media: "podcasts",
|
||||
icon: "icon-headphones",
|
||||
subtext: "Click 'Add' to create one now.",
|
||||
href: "http://libretime.org/docs/podcasts",
|
||||
href: "https://libretime.org/docs/user-manual/podcasts/",
|
||||
};
|
||||
default:
|
||||
break;
|
||||
|
|
|
@ -550,7 +550,7 @@ function setAddShowEvents(form) {
|
|||
form.find(".show_autoplaylist_help_icon").qtip({
|
||||
content: {
|
||||
text: $.i18n._(
|
||||
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>"
|
||||
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||
),
|
||||
},
|
||||
hide: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue