Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 55113e5

Browse files
committed
minor #1143 Remove a deleted URL and use HTTPS for symfony URL (Arman-Hosseini)
This PR was merged into the 3.4 branch. Discussion ---------- Remove a deleted URL and use HTTPS for symfony URL Commits ------- bb18c13 Remove a deleted URL and use HTTPS for symfony URL
2 parents 6f36379 + bb18c13 commit 55113e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web/config.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111

112112
/*
113113
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
114-
Code licensed under the BSD License:
115-
http://developer.yahoo.com/yui/license.html
114+
Code licensed under the BSD License
116115
version: 3.1.2
117116
build: 56
118117
*/
@@ -337,7 +336,7 @@
337336
</div>
338337

339338
<div class="search">
340-
<form method="get" action="http://symfony.com/search">
339+
<form method="get" action="https://symfony.com/search">
341340
<div class="form-row">
342341

343342
<label for="search-id">

0 commit comments

Comments
 (0)