diff options
author | kwadronaut <kwadronaut@leap.se> | 2015-06-29 22:58:39 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2015-06-29 22:58:39 +0200 |
commit | 3ee0e6b3db1381d6f35656bf4a1d9d24f68b9e53 (patch) | |
tree | 26ffafd9d786ef9d4035d93f9416dd1e0055c7fe /pages | |
parent | b3797f8fa7e0b21971a7c8ca28523992e6dcf2c1 (diff) |
update urls of enigmail and pythonhosted
Diffstat (limited to 'pages')
-rw-r--r-- | pages/about-us/news/2012/security-bingo/_table.html.haml | 6 | ||||
-rw-r--r-- | pages/docs/design/soledad.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pages/about-us/news/2012/security-bingo/_table.html.haml b/pages/about-us/news/2012/security-bingo/_table.html.haml index efd98a2..1b90875 100644 --- a/pages/about-us/news/2012/security-bingo/_table.html.haml +++ b/pages/about-us/news/2012/security-bingo/_table.html.haml @@ -30,9 +30,9 @@ %td #{link 'Cryptocat' => 'https://crypto.cat'} %tr %td Long Message - %td #{link 'Enigmail' => 'http://enigmail.mozdev.org/'}, #{link 'Gpg4win' => 'http://www.gpg4win.org/about.html'} - %td #{link 'Enigmail' => 'http://enigmail.mozdev.org/'}, #{link 'GPGMail' => 'https://www.gpgtools.org/gpgmail/index.html'} - %td #{link 'Enigmail' => 'http://enigmail.mozdev.org/'} + %td #{link 'Enigmail' => 'https://www.enigmail.net/'}, #{link 'Gpg4win' => 'http://www.gpg4win.org/about.html'} + %td #{link 'Enigmail' => 'https://www.enigmail.net/'}, #{link 'GPGMail' => 'https://www.gpgtools.org/gpgmail/index.html'} + %td #{link 'Enigmail' => 'https://www.enigmail.net/'} %td %td #{link 'AGP' => 'http://www.thialfihar.org/projects/apg/'} %td diff --git a/pages/docs/design/soledad.md b/pages/docs/design/soledad.md index a0eeed4..d02ae7d 100644 --- a/pages/docs/design/soledad.md +++ b/pages/docs/design/soledad.md @@ -66,7 +66,7 @@ Related software [Firefox Sync](https://wiki.mozilla.org/Services/Sync) - A client-encrypted data sync from Mozilla, designed to securely synchronize bookmarks and other browser settings. -[U1DB](http://pythonhosted.org/u1db/) - Similar API as Soledad, without encryption. +[U1DB](https://pythonhosted.org/u1db/) - Similar API as Soledad, without encryption. Soledad protocol =================================== |