Преглед на файлове

Merge pull request #727 from legionth/correct-github-menu-for-packagist-webhooks

Change github menu item name in packagist "GitHub Service Hook HowTo"
Jordi Boggiano преди 8 години
родител
ревизия
70079ca35c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Packagist/WebBundle/Resources/views/About/about.html.twig

+ 1 - 1
src/Packagist/WebBundle/Resources/views/About/about.html.twig

@@ -107,7 +107,7 @@ v2.0.4-p1</code></pre>
             <ul>
                 <li>Go to your GitHub repository</li>
                 <li>Click the "Settings" button</li>
-                <li>Click "Webhooks &amp; Services"</li>
+                <li>Click "Integrations &amp; services"</li>
                 <li>Add a "Packagist" service, and configure it with your API token, plus your Packagist username</li>
                 <li>Check the "Active" box and submit the form</li>
             </ul>