Skip to content

Commit

Permalink
Fixed links to github
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshaase committed Jan 22, 2021
1 parent 298354e commit 6ba30d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/content/documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $rt = require __DIR__ .'/../vendor/PhelRuntime.php';
$rt->loadNs('hello-world\boot');
```

The source of [Phel's composer plugin](https://github.com/jenshaase/phel-composer-plugin) can be found in a separate repository.
The source of [Phel's composer plugin](https://github.com/phel-lang/phel-composer-plugin) can be found in a separate repository.


## Manually initializing and configuring the Runtime
Expand Down
2 changes: 1 addition & 1 deletion doc/content/documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ To try Phel you can run a REPL by executing the `./vendor/bin/phel repl` command

## Editor support

Phel comes with basic editor support for VSCode. Please check out the [plugin's README file](https://github.com/jenshaase/phel-lang/tree/master/editor-support/vscode) for more information.
Phel comes with basic editor support for VSCode. Please check out the [plugin's README file](https://github.com/phel-lang/phel-lang/tree/master/editor-support/vscode) for more information.
4 changes: 2 additions & 2 deletions doc/templates/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ol>

<ul>
<li><a href="https://github.com/jenshaase/phel-lang">Source on Github</a></li>
<li><a href="https://github.com/phel-lang/phel-lang">Source on Github</a></li>
</ul>
</nav>
</aside>
Expand All @@ -38,4 +38,4 @@
{% include "footer.html" %}
</div>
</div>
{% endblock body %}
{% endblock body %}

0 comments on commit 6ba30d3

Please sign in to comment.