Skip to content

Commit 59e3b98

Browse files
committed
Updated the repository URL.
1 parent 95f1e82 commit 59e3b98

12 files changed

+204
-204
lines changed

changelog.php

Lines changed: 173 additions & 173 deletions
Large diffs are not rendered by default.

community-fr.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626
<div class="home-section">
2727
<div class="column">
28-
<a href="https://github.com/LaurentGomila/SFML/wiki" title="Aller au Wiki"><img src="<?php echo image('community/wiki.png') ?>" alt="Wiki" /></a>
28+
<a href="https://github.com/SFML/SFML/wiki" title="Aller au Wiki"><img src="<?php echo image('community/wiki.png') ?>" alt="Wiki" /></a>
2929
</div>
3030
<div class="column">
31-
<div class="title">&raquo; <a href="https://github.com/LaurentGomila/SFML/wiki" title="Aller au Wiki">Wiki</a></div>
31+
<div class="title">&raquo; <a href="https://github.com/SFML/SFML/wiki" title="Aller au Wiki">Wiki</a></div>
3232
<p>
3333
Le wiki de la communauté SFML contient des extraits de code, des tutoriels et d'autres contenus issus de la collaboration de la communauté.
3434
</p>

community.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626
<div class="home-section">
2727
<div class="column">
28-
<a href="https://github.com/LaurentGomila/SFML/wiki" title="Go to the wiki"><img src="<?php echo image('community/wiki.png') ?>" alt="Wiki" /></a>
28+
<a href="https://github.com/SFML/SFML/wiki" title="Go to the wiki"><img src="<?php echo image('community/wiki.png') ?>" alt="Wiki" /></a>
2929
</div>
3030
<div class="column">
31-
<div class="title">&raquo; <a href="https://github.com/LaurentGomila/SFML/wiki" title="Go to the wiki">Wiki</a></div>
31+
<div class="title">&raquo; <a href="https://github.com/SFML/SFML/wiki" title="Go to the wiki">Wiki</a></div>
3232
<p>
3333
The SFML community wiki contains code snippets, tutorials and other community-contributed content.
3434
</p>

contribute.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<h3 id="reporting-bugs"><a class="h3-link" href="#reporting-bugs">Reporting bugs</a></h3>
5252
<ol>
5353
<li>Make sure it is really a bug and not a misunderstanding of what SFML is supposed to do. Check the <a href="documentation/2.2/">documentation</a> again to be sure.</li>
54-
<li>Make sure the bug has not already been reported. Check <a href="https://github.com/LaurentGomila/SFML/issues?q=">the GitHub issues</a> and <a href="http://en.sfml-dev.org/forums/index.php?action=search">the forum</a>.</li>
55-
<li>Use the <a href="https://github.com/LaurentGomila/SFML">latest revision</a> from GitHub and check if the bug has not already been fixed. Refer to the <a href="tutorials/2.2/compile-with-cmake.php">official tutorial</a> for information on how to build SFML yourself.</li>
54+
<li>Make sure the bug has not already been reported. Check <a href="https://github.com/SFML/SFML/issues?q=">the GitHub issues</a> and <a href="http://en.sfml-dev.org/forums/index.php?action=search">the forum</a>.</li>
55+
<li>Use the <a href="https://github.com/SFML/SFML">latest revision</a> from GitHub and check if the bug has not already been fixed. Refer to the <a href="tutorials/2.2/compile-with-cmake.php">official tutorial</a> for information on how to build SFML yourself.</li>
5656
<li>Open a new thread on the <a href="http://en.sfml-dev.org/forums/">forum</a> in the appropriate help board and give the following information:
5757
<ul>
5858
<li><a href="http://en.sfml-dev.org/forums/index.php?topic=5559.msg36368#msg36368">A minimal and complete code example</a> that reproduces the bug as you are experiencing it.</li>
@@ -76,7 +76,7 @@
7676
<p>In general code is only accepted when a proper GitHub issue already exists (usually preceded by a forum discussion). Make sure that nobody else is already working on an issue, or simply offer help and wait for a response.</p>
7777
<p>Patches are accepted through GitHub pull requests. These are the steps required to send in such a request:</p>
7878
<ol>
79-
<li><a href="https://github.com/LaurentGomila/SFML/fork">Fork SFML</a>.</li>
79+
<li><a href="https://github.com/SFML/SFML/fork">Fork SFML</a>.</li>
8080
<li>Commit your changes and push them to your forked repository.</li>
8181
<li>Create a <a href="https://help.github.com/articles/creating-a-pull-request">pull request</a> that targets the <em>master</em> branch.</li>
8282
</ol>

development-fr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h1>Développement</h1>
1111

1212
<div class="link-box two-columns-left">
13-
<a class="repository" href="https://github.com/LaurentGomila/SFML">
13+
<a class="repository" href="https://github.com/SFML/SFML">
1414
<div class="title">Dépôt</div>
1515
<div class="description">Parcourez-le @ github.com</div>
1616
</a>

development.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h1>Development</h1>
1111

1212
<div class="link-box two-columns-left">
13-
<a class="repository" href="https://github.com/LaurentGomila/SFML">
13+
<a class="repository" href="https://github.com/SFML/SFML">
1414
<div class="title">Repository</div>
1515
<div class="description">Browse @ github.com</div>
1616
</a>

download-fr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424

2525
<div class="link-box two-columns-right">
26-
<a class="repository" href="https://github.com/LaurentGomila/SFML/">
26+
<a class="repository" href="https://github.com/SFML/SFML/">
2727
<div class="title">Dépôt Git</div>
2828
<div class="description">GitHub.com</div>
2929
</a>

download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424

2525
<div class="link-box two-columns-right">
26-
<a class="repository" href="https://github.com/LaurentGomila/SFML">
26+
<a class="repository" href="https://github.com/SFML/SFML">
2727
<div class="title">Git repository</div>
2828
<div class="description">GitHub.com</div>
2929
</a>

faq.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@
140140
<li><a href="#lic-pay">Do I have to pay any license fees or royalties?</a></li>
141141
</ul>
142142

143-
<p><strong><a href="https://github.com/LaurentGomila/SFML/wiki/Community-FAQ#libraries">Libraries for SFML</a> (Community FAQ)</strong></p>
143+
<p><strong><a href="https://github.com/SFML/SFML/wiki/Community-FAQ#libraries">Libraries for SFML</a> (Community FAQ)</strong></p>
144144

145-
<p><strong><a href="https://github.com/LaurentGomila/SFML/wiki/Community-FAQ#misc">Miscellaneous</a> (Community FAQ)</strong></p>
145+
<p><strong><a href="https://github.com/SFML/SFML/wiki/Community-FAQ#misc">Miscellaneous</a> (Community FAQ)</strong></p>
146146

147147
<h2 id="general"><a class="h2-link" href="#general">General</a><a class="back-to-top" href="#top" title="Top of the page"></a></h2>
148148

@@ -340,7 +340,7 @@
340340
</ul>
341341
</li>
342342
</ul>
343-
<p><em>Note:</em> For Windows all dependencies can be found in the <a href="https://github.com/LaurentGomila/SFML/tree/master/extlibs">extlibs</a> directory.</p>
343+
<p><em>Note:</em> For Windows all dependencies can be found in the <a href="https://github.com/SFML/SFML/tree/master/extlibs">extlibs</a> directory.</p>
344344
<p><strong>Example</strong></p>
345345
<p>Here's a diagram showing how the static linking should look like.</p>
346346
<pre><code> sfml-window-s sfml-system-s opengl winmm gdi32
@@ -374,7 +374,7 @@
374374
<p>This may happen due to many reasons, some may depend on the code and circumstances, but a possible bottleneck is the amount of draw calls. When using a lot of <code>sf::Sprites</code> you need to make an equal amount of draw calls to make them show. </p>
375375
<p>As each draw call changes the render target, it can become slow to modify it in n-amount of loops and calls when it would be most efficient to do it in just one. The reason SFML doesn't work like this is, that it would limit what you can do with <code>sf::Sprite</code> and would force the usage of a single texture in cases where this might not be desirable or even possible due to GPU limitations.</p>
376376
<p>In order to raise FPS in this circumstance there is no choice other than using bare <code>sf::Vertex</code>/<code>sf::VertexArray</code> or finding another way to achieve the same effect. These on their own however won't be magical and a wrapper will most likely help do the desired render in a nice looking notation.</p>
377-
<p>In the <a href="https://github.com/LaurentGomila/SFML/wiki/Sources">SFML Wiki Source Codes</a> section you can find some classes used for fast rendering in some cases such as Tile-Map renderers or containers for transformable sprites that use the same texture.</p>
377+
<p>In the <a href="https://github.com/SFML/SFML/wiki/Sources">SFML Wiki Source Codes</a> section you can find some classes used for fast rendering in some cases such as Tile-Map renderers or containers for transformable sprites that use the same texture.</p>
378378

379379
<h3 id="graphics-vsync-framelimit"><a class="h3-link" href="#graphics-vsync-framelimit">Should I use VSync, window.setFramerateLimit or something else?</a><a class="back-to-top" href="#top" title="Top of the page"></a></h3>
380380
<p>It really depends on what you are trying to achieve. In a broader sense, both enabling vertical synchronization and limiting the framerate achieve the same results, however, the devil is in the details.</p>

issues-fr.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
<h2>Vous pensez avoir trouvé un bug dans SFML</h2>
2626
<ol>
27-
<li>Vérifiez que le bug ne soit pas déjà connu en consultant <a href="https://github.com/LaurentGomila/SFML/issues?q=">GitHub</a>, <a href="http://fr.sfml-dev.org/forums/index.php?action=search">le forum</a> et si possible <a href="http://en.sfml-dev.org/forums/index.php?action=search">sa version anglophone</a> aussi.</li>
28-
<li>Installez les <a href="https://github.com/LaurentGomila/SFML">dernière sources</a> depuis GitHub et vérifiez que le problème ne soit pas déjà corrigé. Voir le <a href="tutorials/2.2/compile-with-cmake-fr.php">tutoriel officiel</a>.</li>
27+
<li>Vérifiez que le bug ne soit pas déjà connu en consultant <a href="https://github.com/SFML/SFML/issues?q=">GitHub</a>, <a href="http://fr.sfml-dev.org/forums/index.php?action=search">le forum</a> et si possible <a href="http://en.sfml-dev.org/forums/index.php?action=search">sa version anglophone</a> aussi.</li>
28+
<li>Installez les <a href="https://github.com/SFML/SFML">dernière sources</a> depuis GitHub et vérifiez que le problème ne soit pas déjà corrigé. Voir le <a href="tutorials/2.2/compile-with-cmake-fr.php">tutoriel officiel</a>.</li>
2929
<li>Ouvrez un nouveau fil de discussion sur le <a href="http://fr.sfml-dev.org/forums/">forum</a> dans la rubrique d'aide appropriée, et donnez les informations suivantes :
3030
<ul>
3131
<li><a href="http://en.sfml-dev.org/forums/index.php?topic=5559.msg36368#msg36368">Un code minimal et complet</a> qui fait apparaître le bug.</li>
@@ -37,7 +37,7 @@
3737
</li>
3838
</ol>
3939
<a class="box" href="http://fr.sfml-dev.org/forums/index.php#c7"><div class="title" title="Aller au forum.">Rapport de bug</div></a>
40-
<a class="box" href="https://github.com/LaurentGomila/SFML/issues?q="><div class="title" title="Aller à la liste de tâches / bugs.">Liste de tâches et de bugs <img src="../images/icons/flag-en.png" alt="EN"></div></a>
40+
<a class="box" href="https://github.com/SFML/SFML/issues?q="><div class="title" title="Aller à la liste de tâches / bugs.">Liste de tâches et de bugs <img src="../images/icons/flag-en.png" alt="EN"></div></a>
4141
</div>
4242

4343
<?php

0 commit comments

Comments
 (0)