diff --git a/server/apiv1/api.go b/server/apiv1/api.go index a37d021..7007215 100644 --- a/server/apiv1/api.go +++ b/server/apiv1/api.go @@ -729,9 +729,6 @@ func HTMLCheck(w http.ResponseWriter, r *http.Request) { // // Returns the summary of the message HTML checker. // - // NOTE: This feature is currently in beta and is documented for reference only. - // Please do not integrate with it (yet) as there may be changes. - // // Produces: // - application/json // @@ -784,9 +781,6 @@ func LinkCheck(w http.ResponseWriter, r *http.Request) { // // Returns the summary of the message Link checker. // - // NOTE: This feature is currently in beta and is documented for reference only. - // Please do not integrate with it (yet) as there may be changes. - // // Produces: // - application/json // diff --git a/server/ui-src/components/message/HTMLCheck.vue b/server/ui-src/components/message/HTMLCheck.vue index 805cc1c..f194826 100644 --- a/server/ui-src/components/message/HTMLCheck.vue +++ b/server/ui-src/components/message/HTMLCheck.vue @@ -476,10 +476,6 @@ export default {
- HTML check is currently in beta. Constructive feedback is welcome via - GitHub. -
- Link check is currently in beta. Constructive feedback is welcome via - GitHub. -
-- Link check is currently in beta. Constructive feedback is welcome via - GitHub. -