8000 fixed Silex project's URL · symfony/symfony@d05f0a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d05f0a0

Browse files
committed
fixed Silex project's URL
1 parent e8e7ff2 commit d05f0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<b>Resources</b>
100100
<span>
101101
{% if 'Silex' == collector.applicationname %}
102-
<a href="http://silex.sensiolabs.org/documentation" 4F73 rel="help">
102+
<a href="https://silex.symfony.com/documentation" rel="help">
103103
Read Silex Docs
104104
</a>
105105
{% else %}

0 commit comments

Comments
 (0)
0