Commit:    7a0a975dde0cacf9d70364bc994f8f16c6ec3443
Author:    Roman Pronskiy <[email protected]>         Tue, 24 Nov 2020 
22:48:56 +0200
Committer: Sara Golemon <[email protected]>      Wed, 25 Nov 2020 20:28:13 +0000
Parents:   f57d926dafd4a77fdfa2d8def6657570d2a66853
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=7a0a975dde0cacf9d70364bc994f8f16c6ec3443

Log:
Update links Minor Ru texts fixes

Changed paths:
  M  releases/8_0_x.php
  M  releases/8_0_x_pt_BR.php
  M  releases/8_0_x_ru.php


Diff:
diff --git a/releases/8_0_x.php b/releases/8_0_x.php
index efee10337..fee0f70be 100644
--- a/releases/8_0_x.php
+++ b/releases/8_0_x.php
@@ -31,7 +31,7 @@ site_header("PHP 8.0.0 Release Announcement", array(
       expression, nullsafe operator, JIT, and improvements in the type system, 
error handling, and consistency.
     </div>
     <div class="php8-button-wrapper center">
-      <a class="php8-button php8-button_light" href="#">Go update to PHP 8!</a>
+      <a class="php8-button php8-button_light" href="/downloads">Go update to 
PHP 8!</a>
     </div>
   </div>
 </section>
@@ -473,7 +473,7 @@ array_chunk([], -1); // ValueError: array_chunk(): Argument 
#2 ($length) must be
       Better performance, better syntax, improved type safety.
     </h2>
     <div class="php8-button-wrapper center">
-      <a class="php8-button php8-button_light" href="#">Go update to PHP 8!</a>
+      <a class="php8-button php8-button_light" href="/downloads">Go update to 
PHP 8!</a>
     </div>
     <div class="php8-footer__content">
       <p>
@@ -482,7 +482,7 @@ array_chunk([], -1); // ValueError: array_chunk(): Argument 
#2 ($length) must be
         The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-8.php";>ChangeLog</a>.
       </p>
       <p>
-        The <a href="http://php.net/manual/en/migration8.php";>migration 
guide</a> is available in the PHP Manual. Please
+        The <a href="/manual/en/migration80.php">migration guide</a> is 
available in the PHP Manual. Please
         consult it for a detailed list of new features and 
backward-incompatible changes.
       </p>
     </div>
diff --git a/releases/8_0_x_pt_BR.php b/releases/8_0_x_pt_BR.php
index 2d4caa8be..e0455554f 100644
--- a/releases/8_0_x_pt_BR.php
+++ b/releases/8_0_x_pt_BR.php
@@ -36,7 +36,7 @@ site_header("PHP 8.0.0 Release Announcement", array(
                 erros e consistência.
             </div>
             <div class="php8-button-wrapper center">
-                <a class="php8-button php8-button_light" href="#">Atualize 
para o PHP 8!</a>
+                <a class="php8-button php8-button_light" 
href="/downloads">Atualize para o PHP 8!</a>
             </div>
         </div>
     </section>
@@ -478,7 +478,7 @@ array_chunk([], -1); // ValueError: array_chunk(): Argument 
#2 ($length) must be
                 Obtenha mais segurança de tipos.
             </h2>
             <div class="php8-button-wrapper center">
-                <a class="php8-button php8-button_light" href="#">Atualize 
para o PHP 8!</a>
+                <a class="php8-button php8-button_light" 
href="/downloads">Atualize para o PHP 8!</a>
             </div>
             <div class="php8-footer__content">
                 <p>
@@ -489,7 +489,7 @@ array_chunk([], -1); // ValueError: array_chunk(): Argument 
#2 ($length) must be
                     A lista de mudanças é registrada no <a 
href="http://www.php.net/ChangeLog-8.php";>ChangeLog</a>.
                 </p>
                 <p>
-                    O <a href="http://php.net/manual/en/migration8.php";>guia 
de migração</a> está disponível no Manual do PHP.
+                    O <a href="/manual/pt_BR/migration80.php">guia de 
migração</a> está disponível no Manual do PHP.
                     Consulte-o para obter uma lista detalhada de novos 
recursos e alterações incompatíveis com versões anteriores.
                 </p>
             </div>
diff --git a/releases/8_0_x_ru.php b/releases/8_0_x_ru.php
index f7e8ab4f1..7ce44c404 100644
--- a/releases/8_0_x_ru.php
+++ b/releases/8_0_x_ru.php
@@ -37,7 +37,7 @@ site_header("PHP 8.0.0, релиз", array(
       оператор nullsafe, JIT и улучшения в системе типов, обработке ошибок и 
консистентности.
     </div>
     <div class="php8-button-wrapper center">
-      <a class="php8-button php8-button_light" href="#">Переходите на PHP 
8!</a>
+      <a class="php8-button php8-button_light" href="/downloads">Переходите на 
PHP 8!</a>
     </div>
   </div>
 </section>
@@ -112,7 +112,7 @@ class User
 
   <div class="php8-compare">
     <h2 class="php8-h2" id="constructor-property-promotion">
-      Упрощённое определение свойств в конструкторе
+      Объявление свойств в конструкторе
       <a class="php8-rfc" 
href="https://wiki.php.net/rfc/constructor_promotion";>RFC</a>
     </h2>
     <div class="php8-compare__main">
@@ -202,7 +202,7 @@ new Number(\'NaN\'); // TypeError'
       </div>
     </div>
     <div class="php8-compare__content">
-      <p>Вместо аннотаций PHPDoc для комбинации типов вы можете использовать 
собственные объявления union type, которые
+      <p>Вместо аннотаций PHPDoc для объединенных типов вы можете использовать 
объявления union type, которые
         проверяются во время выполнения.</p>
     </div>
   </div>
@@ -477,7 +477,7 @@ array_chunk([], -1); // ValueError: array_chunk(): Argument 
#2 ($length) must be
       Выше производительность, лучше синтаксис, надежнее система типов.
     </h2>
     <div class="php8-button-wrapper center">
-      <a class="php8-button php8-button_light" href="#">Переходите на PHP 
8!</a>
+      <a class="php8-button php8-button_light" href="/downloads">Переходите на 
PHP 8!</a>
     </div>
     <div class="php8-footer__content">
       <p>
@@ -486,8 +486,8 @@ array_chunk([], -1); // ValueError: array_chunk(): Argument 
#2 ($length) must be
         Список изменений представлен в <a 
href="http://www.php.net/ChangeLog-8.php";>ChangeLog</a>.
       </p>
       <p>
-        <a href="http://php.net/manual/ru/migration8.php";>Руководство по 
миграции</a> доступно в разделе документация. Пожалуйста,
-        изучите его для получения подробного списка новых функций и обратно 
несовместимых изменений.
+        <a href="/manual/ru/migration80.php">Руководство по миграции</a> 
доступно в разделе документации. Пожалуйста,
+        изучите его для получения подробного списка новых возможностей и 
обратно несовместимых изменений.
       </p>
     </div>
   </div>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to