You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clamav/ui/template.html
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,15 @@
1
1
{% extends "base.html" %}
2
2
3
-
{% set read_doc_text = 'You will find more information about the clamav plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/' + plugin['version'] + '/clamav" class="core-card-text-doc-link">in the documentation</a>.' %}
3
+
{% set read_doc_text = 'You will find more information about the clamav plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/v' + plugin['version'] + '/clamav" class="core-card-text-doc-link">in the documentation</a>.' %}
Copy file name to clipboardExpand all lines: coraza/ui/template.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{% extends "base.html" %}
2
2
3
-
{% set read_doc_text = 'You will find more information about the coraza plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/' + plugin['version'] + '/coraza" class="core-card-text-doc-link">in the documentation</a>.' %}
3
+
{% set read_doc_text = 'You will find more information about the coraza plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/v' + plugin['version'] + '/coraza" class="core-card-text-doc-link">in the documentation</a>.' %}
Copy file name to clipboardExpand all lines: crowdsec/ui/template.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{% extends "base.html" %}
2
2
3
-
{% set read_doc_text = 'You will find more information about the crowdsec plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/' + plugin['version'] + '/crowdsec" class="core-card-text-doc-link">in the documentation</a>.' %}
3
+
{% set read_doc_text = 'You will find more information about the crowdsec plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/v' + plugin['version'] + '/crowdsec" class="core-card-text-doc-link">in the documentation</a>.' %}
Copy file name to clipboardExpand all lines: discord/ui/template.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{% extends "base.html" %}
2
2
3
-
{% set read_doc_text = 'You will find more information about the discord plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/' + plugin['version'] + '/discord" class="core-card-text-doc-link">in the documentation</a>.' %}
3
+
{% set read_doc_text = 'You will find more information about the discord plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/v' + plugin['version'] + '/discord" class="core-card-text-doc-link">in the documentation</a>.' %}
Copy file name to clipboardExpand all lines: slack/ui/template.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{% extends "base.html" %}
2
2
3
-
{% set read_doc_text = 'You will find more information about the slack plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/' + plugin['version'] + '/slack" class="core-card-text-doc-link">in the documentation</a>.' %}
3
+
{% set read_doc_text = 'You will find more information about the slack plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/v' + plugin['version'] + '/slack" class="core-card-text-doc-link">in the documentation</a>.' %}
Copy file name to clipboardExpand all lines: virustotal/ui/template.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{% extends "base.html" %}
2
2
3
-
{% set read_doc_text = 'You will find more information about the virustotal plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/' + plugin['version'] + '/virustotal" class="core-card-text-doc-link">in the documentation</a>.' %}
3
+
{% set read_doc_text = 'You will find more information about the virustotal plugin <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/v' + plugin['version'] + '/virustotal" class="core-card-text-doc-link">in the documentation</a>.' %}
Copy file name to clipboardExpand all lines: webhook/ui/template.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{% extends "base.html" %}
2
2
3
-
{% set read_doc_text = 'You will find more information about the webhook <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/' + plugin['version'] + '/webhook" class="core-card-text-doc-link">in the documentation</a>.' %}
3
+
{% set read_doc_text = 'You will find more information about the webhook <atarget="_blank" href="https://github.com/bunkerity/bunkerweb-plugins/tree/v' + plugin['version'] + '/webhook" class="core-card-text-doc-link">in the documentation</a>.' %}
0 commit comments