From 03d768bba5511c9347fad48e946612fd3c461364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20CARR=C3=89E?= Date: Thu, 1 Feb 2024 21:36:22 +0100 Subject: [PATCH] Replace absolute URL with relatives Anyway, old URLs were pointing to deprecated site --- src/formats/bfmu.md | 2 +- src/formats/bfum.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/formats/bfmu.md b/src/formats/bfmu.md index 99b36fe..35dc04a 100644 --- a/src/formats/bfmu.md +++ b/src/formats/bfmu.md @@ -1,6 +1,6 @@ # BFMU (Bullfrog Multibyte to Unicode) -The BFMU (**B**ull**f**rog **M**ultibyte to **U**nicode, not to be confused with [BFUM](https://github.com/xezno/Meme-Park-World/wiki/BFUM)) file format is used in order to convert strings into multibyte-encoded strings so that they can be used in-game. This is not typically done in-game. +The BFMU (**B**ull**f**rog **M**ultibyte to **U**nicode, not to be confused with [BFUM](/formats/bfum.html)) file format is used in order to convert strings into multibyte-encoded strings so that they can be used in-game. This is not typically done in-game. There is typically one BFMU file in each Theme Park World installation called "MBtoUni.dat", located within the game's language folder. diff --git a/src/formats/bfum.md b/src/formats/bfum.md index 3bc844c..c29a31b 100644 --- a/src/formats/bfum.md +++ b/src/formats/bfum.md @@ -1,6 +1,6 @@ # BFUM (Bullfrog Unicode to Multibyte) -The BFUM (**B**ull**f**rog **U**nicode to **M**ultibyte, not to be confused with [BFMU](https://github.com/xezno/Meme-Park-World/wiki/BFMU)) file format is used in order to convert strings into multibyte-encoded strings so that they can be used in-game. This is not typically done in-game. +The BFUM (**B**ull**f**rog **U**nicode to **M**ultibyte, not to be confused with [BFMU](/formats/bfmu.html)) file format is used in order to convert strings into multibyte-encoded strings so that they can be used in-game. This is not typically done in-game. There is typically one BFUM file in each Theme Park World installation called "UnitoMB.dat", located within the game's language folder.