From 3c63cf3bfb9f3eb4d11ee98f32651cc135725804 Mon Sep 17 00:00:00 2001 From: Himanshu Sharma Date: Thu, 17 Feb 2022 20:09:41 +0530 Subject: [PATCH] docs: replace some more dead links Closes #145 --- docs/packaging.md | 2 +- packages/nx-electron/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/packaging.md b/docs/packaging.md index 982ef23..a97ec82 100644 --- a/docs/packaging.md +++ b/docs/packaging.md @@ -5,7 +5,7 @@ You can find a detailed description of all of its available options [here](https **Note:** in order to avoid confusion, the cli `publish` parameter have been renamed to `publishPolicy`. ## CLI options -The CLI options that can be passed are described [here](https://github.com/bennymeg/nx-electron/blob/master/src/builders/package/schema.json). +The CLI options that can be passed are described [here](https://github.com/bennymeg/nx-electron/blob/master/packages/nx-electron/src/validation/maker.schema.json). ## Configuring static packaging options diff --git a/packages/nx-electron/README.md b/packages/nx-electron/README.md index a538294..3e9b8e2 100644 --- a/packages/nx-electron/README.md +++ b/packages/nx-electron/README.md @@ -70,13 +70,13 @@ nx g nx-electron:app --frontendProject= - Run `nx run :package [--options]` to package your application. - Or `nx run :make --prepackgeOnly` to package your application. -The options that can be passed are described [here](https://github.com/bennymeg/nx-electron/blob/master/src/builders/package/schema.json). +The options that can be passed are described [here](https://github.com/bennymeg/nx-electron/blob/master/packages/nx-electron/src/validation/maker.schema.json). ## Making Nx Electron Application - Run `nx run :make [--options]` to make your application. -The options that can be passed are described [here](https://github.com/bennymeg/nx-electron/blob/master/src/builders/package/schema.json). +The options that can be passed are described [here](https://github.com/bennymeg/nx-electron/blob/master/packages/nx-electron/src/validation/maker.schema.json). ## Configuring static packaging / making options