Procházet zdrojové kódy

Use relative paths

Brucey před 4 roky
rodič
revize
fd8c0e41a8
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      docs/tools/bmk.md

+ 3 - 1
docs/tools/bmk.md

@@ -4,7 +4,7 @@ title: BlitzMax Make (bmk)
 sidebar_label: BlitzMax Make (bmk)
 ---
 
-`bmk` is used to build BlitzMax applications and modules. It scans source files for imports and build options. Next to feeding information to [`bcc`](bcc) it is also executing scripts before and after building projects (see ["scripts" page](https://blitzmax.org/docs/en/language/pre_post_compilation_scripts/), which also explains the automated `pre.bmk` and `post.bmk` scripts).
+`bmk` is used to build BlitzMax applications and modules. It scans source files for imports and build options. Next to feeding information to [`bcc`](bcc) it is also executing scripts before and after building projects (see ["scripts" page], which also explains the automated `pre.bmk` and `post.bmk` scripts).
 
 ## Command line syntax
 
@@ -208,3 +208,5 @@ Do not generate PIE binaries (Linux only).
 #### `-upx`
 
 Compress the created binary with UPX (only if UPX binary is present in the /bin directory).
+
+["scripts" page]: ../../language/pre_post_compilation_scripts