We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fb50e commit 46be8acCopy full SHA for 46be8ac
config/app.php
@@ -3,5 +3,5 @@
3
'analytics' => getenv('ANALYTICS'),
4
'base_url' => getenv('BASE_URL'),
5
'debug' => getenv('APP_DEBUG') === 'true', // fixme: find the way to cast properly
6
- 'github_url' => 'https://github.com/Sobak/Codice',
+ 'github_url' => 'https://github.com/getcodice/codice',
7
];
resources/templates/home.twig
@@ -132,7 +132,7 @@
132
133
<section id="footer">
134
<a href="{{ base }}docs">Documentation</a>
135
- <a href="https://github.com/Sobak/Codice">Source code</a>
+ <a href="https://github.com/getcodice/codice">Source code</a>
136
</section>
137
</main>
138
{% endblock %}
0 commit comments