Skip to content

Commit

Permalink
DNS of the website changed, reflect it
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
  • Loading branch information
nicolas33 committed Mar 21, 2015
1 parent 97689ee commit 60cc58c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
.. _maintainers: https://github.com/OfflineIMAP/offlineimap/blob/next/MAINTAINERS.rst
.. _mailing list: http://lists.alioth.debian.org/mailman/listinfo/offlineimap-project
.. _Developer's Certificate of Origin: https://github.com/OfflineIMAP/offlineimap/blob/next/docs/doc-src/dco.rst
.. _Community's website: https://offlineimap.github.io
.. _APIs in OfflineIMAP: http://offlineimap.github.io/documentation.html#available-apis
.. _documentation: https://offlineimap.github.io/documentation.html
.. _Coding Guidelines: http://offlineimap.github.io/doc/CodingGuidelines.html
.. _Know the status of your patches: http://localhost:4000/doc/GitAdvanced.html#know-the-status-of-your-patch-after-submission
.. _Community's website: https://offlineimap.org
.. _APIs in OfflineIMAP: http://offlineimap.org/documentation.html#available-apis
.. _documentation: https://offlineimap.org/documentation.html
.. _Coding Guidelines: http://offlineimap.org/doc/CodingGuidelines.html
.. _Know the status of your patches: http://offlineimap.org/doc/GitAdvanced.html#know-the-status-of-your-patch-after-submission


=================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[offlineimap]: https://github.com/OfflineIMAP/offlineimap
[website]: http://offlineimap.github.io
[website]: http://offlineimap.org
[wiki]: http://github.com/OfflineIMAP/offlineimap/wiki

# OfflineImap
Expand Down
2 changes: 1 addition & 1 deletion docs/doc-src/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. OfflineImap documentation master file
.. _OfflineIMAP: http://offlineimap.github.io
.. _OfflineIMAP: http://offlineimap.org


Welcome to OfflineIMAP's developer documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/offlineimap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410,4 +410,4 @@ See Also
--------

offlineimapui(7), openssl(1), signal(7), sqlite3(1).
http://offlineimap.github.io
http://offlineimap.org
2 changes: 1 addition & 1 deletion offlineimap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This file documents *all* possible options and can be quite scary.
# Looking for a quick start? Take a look at offlineimap.conf.minimal.
# More details can be found at http://offlineimap.github.io.
# More details can be found at http://offlineimap.org .

##################################################
# Overview
Expand Down
2 changes: 1 addition & 1 deletion scripts/get-repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ username=$(echo $offlineimap_url | sed -r -e 's,.*github.com.([^/]+)/.*,\1,')

case n$repository in
nwebsite)
upstream=https://github.com/OfflineIMAP/offlineimap.github.io
upstream=https://github.com/OfflineIMAP/offlineimap.github.io
setup website "$upstream"
configure_website "$username"
final_note website "$upstream"
Expand Down

0 comments on commit 60cc58c

Please sign in to comment.