diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-01-13 10:33:38 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-01-13 10:33:38 +0000 |
| commit | e00de0345de6d2aa88617d8a1ec63a06afbf9a02 (patch) | |
| tree | 57685f617377d2c34892bd5ee345ac17f5ad34e3 /help_text.php | |
| parent | ad3519010c6137fa581d53c6720301ca26fb4b9f (diff) | |
| download | webtrees-e00de0345de6d2aa88617d8a1ec63a06afbf9a02.tar.gz webtrees-e00de0345de6d2aa88617d8a1ec63a06afbf9a02.tar.bz2 webtrees-e00de0345de6d2aa88617d8a1ec63a06afbf9a02.zip | |
wiki/dev/www.webtrees.net are now HTTPS
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help_text.php b/help_text.php index f5a87feda0..820fcb8310 100644 --- a/help_text.php +++ b/help_text.php @@ -285,7 +285,7 @@ case 'edit_edit_raw': $text = I18N::translate('This page allows you to bypass the usual forms, and edit the underlying data directly. It is an advanced option, and you should not use it unless you understand the GEDCOM format. If you make a mistake here, it can be difficult to fix.') . '<br><br>' . - /* I18N: %s is a URL */ I18N::translate('You can download a copy of the GEDCOM specification from %s.', '<a href="http://wiki.webtrees.net/w/images-en/Ged551-5.pdf">http://wiki.webtrees.net/w/images-en/Ged551-5.pdf</a>'); + /* I18N: %s is a URL */ I18N::translate('You can download a copy of the GEDCOM specification from %s.', '<a href="https://wiki.webtrees.net/w/images-en/Ged551-5.pdf">https://wiki.webtrees.net/w/images-en/Ged551-5.pdf</a>'); break; case 'edit_SOUR_EVEN': |
