From bfd6dff63f282de4b266f7df3906695ca9c57b4d Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Thu, 13 Jun 2019 22:20:18 -0700 Subject: [PATCH 1/2] docs(form-field): fix link --- src/material/form-field/form-field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/form-field/form-field.md b/src/material/form-field/form-field.md index a26fadb3ddc0..d86d3e4941e5 100644 --- a/src/material/form-field/form-field.md +++ b/src/material/form-field/form-field.md @@ -129,7 +129,7 @@ the prefix. Similarly, adding `matSuffix` will designate it as the suffix. In addition to the form field controls that Angular Material provides, it is possible to create custom form field controls that work with `` in the same way. For additional information on this see the guide on -[Creating Custom mat-form-field Controls](https://material.angular.io/guide/creating-a-custom-form-field-control). +[Creating Custom mat-form-field Controls](https://v7.material.angular.io/guide/creating-a-custom-form-field-control). ### Theming From d997e1c5ab93ccdcf573bd0d214cac097712481e Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Sat, 15 Jun 2019 12:54:23 -0700 Subject: [PATCH 2/2] update url --- src/material/form-field/form-field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/form-field/form-field.md b/src/material/form-field/form-field.md index d86d3e4941e5..4bae68f4076a 100644 --- a/src/material/form-field/form-field.md +++ b/src/material/form-field/form-field.md @@ -129,7 +129,7 @@ the prefix. Similarly, adding `matSuffix` will designate it as the suffix. In addition to the form field controls that Angular Material provides, it is possible to create custom form field controls that work with `` in the same way. For additional information on this see the guide on -[Creating Custom mat-form-field Controls](https://v7.material.angular.io/guide/creating-a-custom-form-field-control). +[Creating Custom mat-form-field Controls](/guide/creating-a-custom-form-field-control). ### Theming