Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit 3884c23

Browse files
committed
Point core links to GitLab
1 parent 404500e commit 3884c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ <h2 id="what-do-i-need">Awesome! What do I need?</h2>
322322
<li><em>php-sqlite and SQLite >= 3.7.11</em> &mdash; Required as back end for the indexing database.</li>
323323
<li><em>php-mbstring</em> &mdash; Required as source code can contain Unicode characters in strings or comments.</li>
324324
<li><em><a href="https://github.com/danielbrodin/atom-project-manager">atom-project-manager</a></em> &mdash; Fire up your active project and go to <em>Packages &rarr; PHP Integrator &rarr; Set Up Current Project</em> (or use the command palette).</li>
325-
<li><em>Proper docblocks and type hinting</em> - See <a href="https://github.com/php-integrator/core/wiki">our wiki</a> for more information.</li>
325+
<li><em>Proper docblocks and type hinting</em> - See <a href="https://gitlab.com/php-integrator/core/wikis">our wiki</a> for more information.</li>
326326
</ul>
327327

328328
<h2 id="what-is-it-really">Wait, now I'm confused, what is it really?</h2>
@@ -343,7 +343,7 @@ <h2 id="is-it-really-exclusive-to-atom">Is it really exclusive to Atom?</h2>
343343
<p>
344344
The packages and CoffeeScript parts are dependent on Atom, but the PHP side, which does the heavy lifting,
345345
is not dependent on Atom at all. The PHP side was originally part of the base Atom package, but
346-
<a href="https://github.com/php-integrator/core">has been split off into a separate repository for reuse</a>.
346+
<a href="https://gitlab.com/php-integrator/core">has been split off into a separate repository for reuse</a>.
347347
</p>
348348

349349
<p>

0 commit comments

Comments
 (0)