From b0bf95138e73e205a95a916de465e68f741730e8 Mon Sep 17 00:00:00 2001 From: Dima Vasilyev Date: Wed, 24 Jun 2015 11:40:16 +0600 Subject: [PATCH] Fix link in structure-filters guide --- docs/guide/structure-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/structure-filters.md b/docs/guide/structure-filters.md index caf698fb54..263a7cb366 100644 --- a/docs/guide/structure-filters.md +++ b/docs/guide/structure-filters.md @@ -322,7 +322,7 @@ public function behaviors() ### [[yii\filters\Cors|Cors]] -Cross-origin resource sharing [CORS](https://developer.mozilla.org/fr/docs/HTTP/Access_control_CORS) is a mechanism that allows many resources (e.g. fonts, JavaScript, etc.) +Cross-origin resource sharing [CORS](https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS) is a mechanism that allows many resources (e.g. fonts, JavaScript, etc.) on a Web page to be requested from another domain outside the domain the resource originated from. In particular, JavaScript's AJAX calls can use the XMLHttpRequest mechanism. Such "cross-domain" requests would otherwise be forbidden by Web browsers, per the same origin security policy.