suricata: fix list keywords URL in release mode

The tags are suricata-X.X.X so we need to update the chain to get
URLs right.
pull/3680/head
Eric Leblond 8 years ago committed by Victor Julien
parent bb08040df6
commit 033fbc0f85

@ -86,7 +86,7 @@
#define DOC_URL "https://suricata.readthedocs.io/en/" #define DOC_URL "https://suricata.readthedocs.io/en/"
#if defined RELEASE #if defined RELEASE
#define DOC_VERSION PROG_VER #define DOC_VERSION "suricata-" PROG_VER
#else #else
#define DOC_VERSION "latest" #define DOC_VERSION "latest"
#endif #endif

Loading…
Cancel
Save