Ver código fonte

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 anos atrás
pai
commit
70079ca35c

+ 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>