From 0834a2746eb1e13d5cd451c8cf061d7ed102eda3 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Sun, 21 Jul 2019 18:14:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20dollar=20sign=20from=20?= =?UTF-8?q?string=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/patch-files.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/patch-files.md b/docs/patch-files.md index 61f1f2f..35c98f2 100644 --- a/docs/patch-files.md +++ b/docs/patch-files.md @@ -41,11 +41,11 @@ Once a patch is installed, you can look into the .version file to figure out whi Manifests are hosted on manifest.swtor.com, while patches are hosted on cdn-patch.swtor.com. They can only be downloaded via HTTP (port 80) but the lack of HTTPS is not an issue since the files are integrity-checked via their included signatures. -Manifests can be downloaded as follows: `http://manifest.swtor.com/patch/${product}.patchmanifest` +Manifests can be downloaded as follows: `http://manifest.swtor.com/patch/{product}.patchmanifest` -Then knowing which patch you need, you can get the patch as follows: `http://cdn-patch.swtor.com/patch/${product}/${product}_${from}to${to}.solidpkg` +Then knowing which patch you need, you can get the patch as follows: `http://cdn-patch.swtor.com/patch/{product}/{product}_{from}to{to}.solidpkg` -In cases where the environment is part of the product name, the URL is slightly different since there is a folder for the environment: `http://cdn-patch.swtor.com/patch/${environment}/${product}/${product}_${from}to${to}.solidpkg` +In cases where the environment is part of the product name, the URL is slightly different since there is a folder for the environment: `http://cdn-patch.swtor.com/patch/{environment}/{product}/{product}_{from}to{to}.solidpkg` ## Appendix