Skip to content

Commit 46be8ac

Browse files
committed
Update GitHub URLs
1 parent 43fb50e commit 46be8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
'analytics' => getenv('ANALYTICS'),
44
'base_url' => getenv('BASE_URL'),
55
'debug' => getenv('APP_DEBUG') === 'true', // fixme: find the way to cast properly
6-
'github_url' => 'https://github.com/Sobak/Codice',
6+
'github_url' => 'https://github.com/getcodice/codice',
77
];

resources/templates/home.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
<section id="footer">
134134
<a href="{{ base }}docs">Documentation</a>
135-
<a href="https://github.com/Sobak/Codice">Source code</a>
135+
<a href="https://github.com/getcodice/codice">Source code</a>
136136
</section>
137137
</main>
138138
{% endblock %}

0 commit comments

Comments
 (0)