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