Skip to content

Commit

Permalink
fix link error
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 24, 2023
1 parent 2301a87 commit 0a41d58
Show file tree
Hide file tree
Showing 7 changed files with 400 additions and 394 deletions.
2 changes: 1 addition & 1 deletion docs/docs/game.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var game = new Phaser.Game(config);

### Configuration

[Reference](https://newdocs.phaser.io/docs/3.60.0/Phaser.Types.Core.html#.GameConfig)
[Reference](https://newdocs.phaser.io/docs/3.60.0/Phaser.Types.Core.GameConfig)

```javascript
{
Expand Down
2 changes: 1 addition & 1 deletion docs/site/game/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9644,7 +9644,7 @@ <h2 id="boot">Boot<a class="headerlink" href="#boot" title="Permanent link">&par
<span class="kd">var</span><span class="w"> </span><span class="nx">game</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="ow">new</span><span class="w"> </span><span class="nx">Phaser</span><span class="p">.</span><span class="nx">Game</span><span class="p">(</span><span class="nx">config</span><span class="p">);</span>
</code></pre></div>
<h3 id="configuration">Configuration<a class="headerlink" href="#configuration" title="Permanent link">&para;</a></h3>
<p><a href="https://newdocs.phaser.io/docs/3.60.0/Phaser.Types.Core.html#.GameConfig">Reference</a></p>
<p><a href="https://newdocs.phaser.io/docs/3.60.0/Phaser.Types.Core.GameConfig">Reference</a></p>
<div class="highlight"><pre><span></span><code><span class="p">{</span>
<span class="w"> </span><span class="nx">type</span><span class="o">:</span><span class="w"> </span><span class="nx">Phaser</span><span class="p">.</span><span class="nx">AUTO</span><span class="p">,</span>
<span class="w"> </span><span class="nx">parent</span><span class="o">:</span><span class="w"> </span><span class="s1">&#39;phaser-example&#39;</span><span class="p">,</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/site/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0a41d58

Please sign in to comment.