mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
516 internal links (#20428)
Convert all (appropriate) links to use the required `byond://` for 516 Added a grep to detect incompatible ones
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
. += "<b>Buffer Memory:</b><br>"
|
||||
var/buffer_name = multitool.get_buffer_name()
|
||||
if(buffer_name)
|
||||
. += "[buffer_name] <a href='?src=[REF(src)];send=[REF(multitool.buffer_object)]'>Send</a> <a href='?src=[REF(src)];purge=1'>Purge</a><br>"
|
||||
. += "[buffer_name] <a href='byond://?src=[REF(src)];send=[REF(multitool.buffer_object)]'>Send</a> <a href='byond://?src=[REF(src)];purge=1'>Purge</a><br>"
|
||||
else
|
||||
. += "No connection stored in the buffer."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user