diff --git a/misc_docs/syntax/decorator_get.mdx b/misc_docs/syntax/decorator_get.mdx index e91cc9079..3385b5379 100644 --- a/misc_docs/syntax/decorator_get.mdx +++ b/misc_docs/syntax/decorator_get.mdx @@ -28,4 +28,4 @@ var name = window.name; ### References -- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters) +- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes) diff --git a/misc_docs/syntax/decorator_get_index.mdx b/misc_docs/syntax/decorator_get_index.mdx index 8eec67fed..cbdd42bd3 100644 --- a/misc_docs/syntax/decorator_get_index.mdx +++ b/misc_docs/syntax/decorator_get_index.mdx @@ -42,4 +42,4 @@ var value = o["y"]; ### References -- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters) +- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes) diff --git a/misc_docs/syntax/decorator_set.mdx b/misc_docs/syntax/decorator_set.mdx index d33dcc715..a500b4c52 100644 --- a/misc_docs/syntax/decorator_set.mdx +++ b/misc_docs/syntax/decorator_set.mdx @@ -28,4 +28,4 @@ window.name = "MyWindow"; ### References -- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters) +- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes) diff --git a/misc_docs/syntax/decorator_set_index.mdx b/misc_docs/syntax/decorator_set_index.mdx index 47d27991a..29dfdbf4f 100644 --- a/misc_docs/syntax/decorator_set_index.mdx +++ b/misc_docs/syntax/decorator_set_index.mdx @@ -42,4 +42,4 @@ var value = o["y"]; ### References -- [Bind using Special `@bs` Getters & Setters](/docs/manual/latest/bind-to-js-object#bind-using-special-bs-getters--setters) +- [Bind Using Special Getter and Setter Attributes](/docs/manual/latest/bind-to-js-object#bind-using-special-getter-and-setter-attributes)