Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 1297a01

Browse files
authored
Fix links (#5690)
* fix links add parans * remove duplicate topic * add symlink * remove duplicate projects topic * create symlink * found another problem with a link
1 parent 6d9543b commit 1297a01

File tree

5 files changed

+5
-235
lines changed

5 files changed

+5
-235
lines changed

guides/v2.2/cloud/env/variables-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ stage:
130130
- **Version**—Magento 2.1.4 and later
131131

132132
{{ .bs-callout-warning }}
133-
You must set the `CRYPT_KEY` value through the Project Web UI instead of the `.magento.env.yaml` file to avoid exposing the key in the source code repository for your environment. See [Set environment and project variables]{{ page.baseurl }}/cloud/project/project-webint-basic.html#project-conf-env-var).
133+
You must set the `CRYPT_KEY` value through the Project Web UI instead of the `.magento.env.yaml` file to avoid exposing the key in the source code repository for your environment. See [Set environment and project variables]({{ page.baseurl }}/cloud/project/project-webint-basic.html#project-conf-env-var).
134134

135135
When you move the database from one environment to another without an installation process, you need the corresponding cryptographic information. Magento uses the encryption key value set in the Web UI as the `crypt/key` value in the `env.php` file. This does not overwrite an existing encryption key value in the `env.php` file.
136136

guides/v2.2/cloud/project/project-conf-files_magento-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ web:
139139
```
140140

141141
{:.bs-callout-info}
142-
This example shows the default web configuration for a Cloud project configured to support a single domain. For a project that requires support for multiple websites or stores, the `web` configuration must be set up to support shared domains. See [Configure locations for shared domains]{{ page.baseurl }}/cloud/project-multi-sites.html#locations).
142+
This example shows the default web configuration for a Cloud project configured to support a single domain. For a project that requires support for multiple websites or stores, the `web` configuration must be set up to support shared domains. See [Configure locations for shared domains]({{ page.baseurl }}/cloud/project/project-multi-sites.html#locations).
143143

144144
### `disk`
145145

guides/v2.3/cloud/project/project-upgrade.md

Lines changed: 0 additions & 100 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../v2.2/cloud/project/project-upgrade.md

guides/v2.3/cloud/project/projects.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

guides/v2.3/cloud/project/projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../v2.2/cloud/project/projects.md

guides/v2.3/graphql/product/grouped-product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `GroupedProductItem` object contains the following attributes:
2222
Attribute | Type | Description
2323
--- | --- | ---
2424
`position` | Int | The relative position of this item compared to the other group items
25-
`product` | [ProductInterface]{{ page.baseurl }}/graphql/product/product-interface.html | The ProductInterface contains attributes that are common to all types of products. Note that descriptions may not be available for custom and EAV attributes
25+
`product` | [ProductInterface]({{ page.baseurl }}/graphql/product/product-interface.html) | The ProductInterface contains attributes that are common to all types of products. Note that descriptions may not be available for custom and EAV attributes
2626
`qty` | Float | The quantity of this grouped product item
2727

2828
## Sample Query

0 commit comments

Comments
 (0)