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

Commit 74be671

Browse files
committed
Update all links to point to the new username
1 parent c22964e commit 74be671

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1 id="title" class="title center">PHP Integrator</h1>
122122
<em>PHP code analysis and utilities for the Atom editor</em>
123123

124124
<div class="small-text">
125-
<a href="https://github.com/Gert-dev/php-integrator-base">Show me the source</a>
125+
<a href="https://github.com/php-integrator/php-integrator-base">Show me the source</a>
126126
</div>
127127
</div>
128128

@@ -147,11 +147,11 @@ <h3 id="autocompletion">Autocompletion</h3>
147147
<li>Relevant object class members</li>
148148
<li>Global functions and constants</li>
149149
<li>Local variables</li>
150-
<li><a href="https://github.com/Gert-dev/php-integrator-autocomplete-plus">And more</a></li>
150+
<li><a href="https://github.com/php-integrator/php-integrator-autocomplete-plus">And more</a></li>
151151
</ul>
152152

153153
<p class="small-text">
154-
<a href="https://github.com/Gert-dev/php-integrator-autocomplete-plus">View the source</a>
154+
<a href="https://github.com/php-integrator/php-integrator-autocomplete-plus">View the source</a>
155155
</p>
156156
</div>
157157
</div>
@@ -173,7 +173,7 @@ <h3 id="code-navigation">Code navigation</h3>
173173
</p>
174174

175175
<p class="small-text">
176-
<a href="https://github.com/Gert-dev/php-integrator-navigation">View the source</a>
176+
<a href="https://github.com/php-integrator/php-integrator-navigation">View the source</a>
177177
</p>
178178
</div>
179179
</div>
@@ -195,7 +195,7 @@ <h3 id="annotations">Annotations</h3>
195195
</p>
196196

197197
<p class="small-text">
198-
<a href="https://github.com/Gert-dev/php-integrator-annotations">View the source</a>
198+
<a href="https://github.com/php-integrator/php-integrator-annotations">View the source</a>
199199
</p>
200200
</div>
201201
</div>
@@ -213,7 +213,7 @@ <h3 id="tooltips">Tooltips</h3>
213213
</p>
214214

215215
<p class="small-text">
216-
<a href="https://github.com/Gert-dev/php-integrator-tooltips">View the source</a>
216+
<a href="https://github.com/php-integrator/php-integrator-tooltips">View the source</a>
217217
</p>
218218
</div>
219219
</div>
@@ -237,7 +237,7 @@ <h3 id="refactoring">Refactoring</h3>
237237
</ul>
238238

239239
<p class="small-text">
240-
<a href="https://github.com/Gert-dev/php-integrator-refactoring">View the source</a>
240+
<a href="https://github.com/php-integrator/php-integrator-refactoring">View the source</a>
241241
</p>
242242
</div>
243243
</div>
@@ -255,7 +255,7 @@ <h3 id="call-tips">Call Tips</h3>
255255
</p>
256256

257257
<p class="small-text">
258-
<a href="https://github.com/Gert-dev/php-integrator-call-tips">View the source</a>
258+
<a href="https://github.com/php-integrator/php-integrator-call-tips">View the source</a>
259259
</p>
260260
</div>
261261
</div>
@@ -274,7 +274,7 @@ <h3 id="linting">Linting</h3>
274274
</p>
275275

276276
<p class="small-text">
277-
<a href="https://github.com/Gert-dev/php-integrator-linter">View the source</a>
277+
<a href="https://github.com/php-integrator/php-integrator-linter">View the source</a>
278278
</p>
279279
</div>
280280
</div>
@@ -290,7 +290,7 @@ <h2 id="what-do-i-need">Awesome! What do I need?</h2>
290290
<li><em>PHP 5.5 or higher</em> &mdash; The code you're actually writing can be anything ranging from PHP 5.2 up to (and including) PHP 7.0.</li>
291291
<li><em>php-sqlite and SQLite >= 3.7.11</em> &mdash; Required as back end for the indexing database.</li>
292292
<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>
293-
<li><em>Proper docblocks and type hinting</em> - See <a href="https://github.com/Gert-dev/php-integrator-base/wiki/Proper-Documentation-And-Type-Hinting">our wiki</a> for more information.</li>
293+
<li><em>Proper docblocks and type hinting</em> - See <a href="https://github.com/php-integrator/php-integrator-base/wiki/Proper-Documentation-And-Type-Hinting">our wiki</a> for more information.</li>
294294
</ul>
295295

296296
<h2 id="what-is-it-really">Wait, now I'm confused, what is it really?</h2>
@@ -315,7 +315,7 @@ <h2 id="is-it-really-exclusive-to-atom">Is it really exclusive to Atom?</h2>
315315
</p>
316316

317317
<h2 id="where-is-the-code">Where is the code?</h2>
318-
<p><a href="https://github.com/Gert-dev/php-integrator-base">Right here</a>, on GitHub.</p>
318+
<p><a href="https://github.com/php-integrator/php-integrator-base">Right here</a>, on GitHub.</p>
319319

320320
<p class="center">
321321
<img src="images/gplv3-127x51.png" alt="GPLv3 Logo" />

0 commit comments

Comments
 (0)