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
Migrate all link shortcodes to standard markdown links (Velocidex#1237)
Since we now have Hugo validating normal markdown links, there is no
need to use shortcode links anymore. This makes the documentation easier
to migrate from Hugo, if we decide to do that in future. It also makes
it easier for people to contribute docs if they are unfamiliar with
Hugo.
Also checked and corrected:
- links missing a trailing slash
- frags with a trailing backslash
- links spanning multiple lines - they're valid markdown but make link
management trickier
Copy file name to clipboardExpand all lines: content/announcements/2021-artifact-contest/_index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ no_edit: true
11
11
12
12
## The Contest is now closed!
13
13
14
-
Check out the [submissions]({{< ref "/blog/2021/2021-10-08-contributor-contest/_index.md" >}}) and watch the winning presentation at the [SANS Threat Hunting Summit](https://www.sans.org/cyber-security-training-events/threat-hunting-and-incident-response-summit-2021/#agenda)
14
+
Check out the [submissions](/blog/2021/2021-10-08-contributor-contest/)
>}}), or escalate to an external case management tool like [The Hive
338
-
](https://wlambertts.medium.com/zero-dollar-detection-and-response-orchestration-with-n8n-security-onion-thehive-and-10b5e685e2a1). See [Server Monitoring]({{< ref "/docs/server_automation/server_monitoring/" >}}) for more information.
336
+
such as
337
+
[Slack alerts](/blog/2020/2020-12-26-slack-and-velociraptor-b63803ba4b16/), or escalate to an external case management tool like [The Hive
338
+
](https://wlambertts.medium.com/zero-dollar-detection-and-response-orchestration-with-n8n-security-onion-thehive-and-10b5e685e2a1). See [Server Monitoring](/docs/server_automation/server_monitoring/) for more information.
339
339
340
340
We can even use the resulting VQL artifact as a base for other queries
341
341
to provide further enrichment and response capabilities.
0 commit comments