From f2613cde020aa859f1a851cd9c33fbe374aa3aae Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 14 Jun 2024 00:35:41 +0300 Subject: [PATCH] update links --- docs/api/phalcon_http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/phalcon_http.md b/docs/api/phalcon_http.md index 374256ced..1b72317e7 100644 --- a/docs/api/phalcon_http.md +++ b/docs/api/phalcon_http.md @@ -832,7 +832,7 @@ Retrieves a query/get value always sanitized with the preset filters ```php public function getHTTPReferer(): string; ``` -Gets web page that refers active request. ie: http://www.google.com +Gets web page that refers active request. ie: https://www.google.com ```php @@ -1642,7 +1642,7 @@ $_SERVER["PHP_AUTH_DIGEST"] ```php public function getHTTPReferer(): string; ``` -Gets web page that refers active request. ie: http://www.google.com +Gets web page that refers active request. ie: https://www.google.com ```php