Skip to content

Commit 39ecc78

Browse files
committed
Merge pull request #4 from empyrical/xdress.xyz
Change website links to point to xdress.xyz
2 parents 61e3e69 + e65eadf commit 39ecc78

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+126
-126
lines changed

_sources/index.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In the future, other tools and bindings will be supported.
88
The main enabling feature of xdress is a dynamic type system that was designed with
99
the purpose of API generation in mind.
1010

11-
`Go here for the latest version of the docs! <http://xdress.org/latest>`_
11+
`Go here for the latest version of the docs! <http://xdress.xyz/latest>`_
1212

1313
:ref:`Go here for previous versions of the code & documentation. <previous_versions>`
1414

@@ -134,7 +134,7 @@ hesitate to ask the mailing list ([email protected]).
134134
Helpful Links
135135
=============
136136

137-
* `Documentation <http://xdress.org>`_
137+
* `Documentation <http://xdress.xyz>`_
138138
* `Mailing list website <https://groups.google.com/forum/#!forum/xdress>`_
139139
* `Mailing list address <mailto:[email protected]>`_
140140
* :ref:`genindex`

_sources/other/pycon2014/abstract.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ PyCon 2014 Abstract
8282
* Neat Concepts for Future Work
8383
* Questions
8484

85-
:additional notes: The main website is http://xdress.org/
85+
:additional notes: The main website is http://xdress.xyz/
8686

8787
An earlier version of this talk which used an earlier version of xdress
8888
was presented to SciPy 2013. See this page for the slides and the video.
89-
http://xdress.org/other/scipy2013/index.html
89+
http://xdress.xyz/other/scipy2013/index.html
9090

9191
:additional requirements: none
9292

_sources/other/scipy2013/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SciPy 2013 in Austin, TX:
77
.. toctree::
88
:maxdepth: 1
99

10-
Presentation Slides <http://xdress.org/scipy2013/scopatz_scipy2013_slides.html#/>
10+
Presentation Slides <http://xdress.xyz/scipy2013/scopatz_scipy2013_slides.html#/>
1111
abstract
1212
tutorial_abstract
1313

_sources/previous/0.2_release_notes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Release highlights:
2020
- function pointer support
2121
- Easy to use and implement plugin architecture.
2222

23-
Please visit the website for more information: http://xdress.org/
23+
Please visit the website for more information: http://xdress.xyz/
2424

2525
Ask questions on the mailing list: [email protected]
2626

@@ -126,7 +126,7 @@ An * indicates a first time contributor.
126126
Links
127127
=====
128128

129-
1. Homepage - http://xdress.org/
129+
1. Homepage - http://xdress.xyz/
130130
2. Mailing List - [email protected]
131131
3. GitHub Organization - https://github.com/xdress
132132
4. Pycparser - https://pypi.python.org/pypi/pycparser

_sources/previous/0.3_release_notes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Release highlights:
1919
allowing automatic PEP-8-ification
2020
- A plethora of useful bug fixes
2121

22-
Please visit the website for more information: http://xdress.org/
22+
Please visit the website for more information: http://xdress.xyz/
2323

2424
Ask questions on the mailing list: [email protected]
2525

@@ -146,7 +146,7 @@ An * indicates a first time contributor.
146146
Links
147147
=====
148148

149-
1. Homepage - http://xdress.org/
149+
1. Homepage - http://xdress.xyz/
150150
2. Mailing List - [email protected]
151151
3. GitHub Organization - https://github.com/xdress
152152
4. numpydoc - https://pypi.python.org/pypi/numpydoc

_sources/previous/0.4_release_notes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This version of xdress is *not* 100% backwards compatible with previous versions
2323
of xdress. We apologize in the name of progress. It represents ans impressive
2424
245 files changed, 44917 aggregate line insertions (+), and 7893 deletions (-).
2525

26-
Please visit the website for more information: http://xdress.org/
26+
Please visit the website for more information: http://xdress.xyz/
2727

2828
Ask questions on the mailing list: https://groups.google.com/forum/#!forum/xdress
2929

@@ -118,6 +118,6 @@ An * indicates a first time contributor.
118118
Links
119119
=====
120120

121-
1. Homepage - http://xdress.org/
121+
1. Homepage - http://xdress.xyz/
122122
2. Mailing List - https://groups.google.com/forum/#!forum/xdress
123123
3. GitHub Organization - https://github.com/xdress

_sources/previous/index.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ Version Date Documentation Zip Tar
2121
0.1 2013-04-02 `docs 0.1`_ `zip 0.1`_ `tar 0.1`_
2222
======= ========== ============== ============== ==============
2323

24-
.. _docs 0.4: http://xdress.org/v0.4/
24+
.. _docs 0.4: http://xdress.xyz/v0.4/
2525
.. _zip 0.4: https://github.com/xdress/xdress/zipball/0.4
2626
.. _tar 0.4: https://github.com/xdress/xdress/tarball/0.4
2727

28-
.. _docs 0.3: http://xdress.org/v0.3/
28+
.. _docs 0.3: http://xdress.xyz/v0.3/
2929
.. _zip 0.3: https://github.com/xdress/xdress/zipball/0.3
3030
.. _tar 0.3: https://github.com/xdress/xdress/tarball/0.3
3131

32-
.. _docs 0.2: http://xdress.org/v0.2/
32+
.. _docs 0.2: http://xdress.xyz/v0.2/
3333
.. _zip 0.2: https://github.com/xdress/xdress/zipball/0.2
3434
.. _tar 0.2: https://github.com/xdress/xdress/tarball/0.2
3535

36-
.. _docs 0.1: http://xdress.org/v0.1/
36+
.. _docs 0.1: http://xdress.xyz/v0.1/
3737
.. _zip 0.1: https://github.com/xdress/xdress/zipball/0.1
3838
.. _tar 0.1: https://github.com/xdress/xdress/tarball/0.1
3939

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1>XDress<a class="headerlink" href="#xdress" title="Permalink to this headline
8585
In the future, other tools and bindings will be supported.</p>
8686
<p>The main enabling feature of xdress is a dynamic type system that was designed with
8787
the purpose of API generation in mind.</p>
88-
<p><a class="reference external" href="http://xdress.org/latest">Go here for the latest version of the docs!</a></p>
88+
<p><a class="reference external" href="http://xdress.xyz/latest">Go here for the latest version of the docs!</a></p>
8989
<p><a class="reference internal" href="previous/index.html#previous-versions"><em>Go here for previous versions of the code &amp; documentation.</em></a></p>
9090
<div class="section" id="contents">
9191
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline"></a></h2>
@@ -203,7 +203,7 @@ <h3>Contributing<a class="headerlink" href="#contributing" title="Permalink to t
203203
<div class="section" id="helpful-links">
204204
<h3>Helpful Links<a class="headerlink" href="#helpful-links" title="Permalink to this headline"></a></h3>
205205
<ul class="simple">
206-
<li><a class="reference external" href="http://xdress.org">Documentation</a></li>
206+
<li><a class="reference external" href="http://xdress.xyz">Documentation</a></li>
207207
<li><a class="reference external" href="https://groups.google.com/forum/#!forum/xdress">Mailing list website</a></li>
208208
<li><a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">Mailing list address</a></li>
209209
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>

latest/_sources/index.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In the future, other tools and bindings will be supported.
88
The main enabling feature of xdress is a dynamic type system that was designed with
99
the purpose of API generation in mind.
1010

11-
`Go here for the latest version of the docs! <http://xdress.org/latest>`_
11+
`Go here for the latest version of the docs! <http://xdress.xyz/latest>`_
1212

1313
:ref:`Go here for previous versions of the code & documentation. <previous_versions>`
1414

@@ -134,7 +134,7 @@ hesitate to ask the mailing list ([email protected]).
134134
Helpful Links
135135
=============
136136

137-
* `Documentation <http://xdress.org>`_
137+
* `Documentation <http://xdress.xyz>`_
138138
* `Mailing list website <https://groups.google.com/forum/#!forum/xdress>`_
139139
* `Mailing list address <mailto:[email protected]>`_
140140
* :ref:`genindex`

latest/_sources/other/pycon2014/abstract.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ PyCon 2014 Abstract
8282
* Neat Concepts for Future Work
8383
* Questions
8484

85-
:additional notes: The main website is http://xdress.org/
85+
:additional notes: The main website is http://xdress.xyz/
8686

8787
An earlier version of this talk which used an earlier version of xdress
8888
was presented to SciPy 2013. See this page for the slides and the video.
89-
http://xdress.org/other/scipy2013/index.html
89+
http://xdress.xyz/other/scipy2013/index.html
9090

9191
:additional requirements: none
9292

latest/_sources/other/scipy2013/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SciPy 2013 in Austin, TX:
77
.. toctree::
88
:maxdepth: 1
99

10-
Presentation Slides <http://xdress.org/scipy2013/scopatz_scipy2013_slides.html#/>
10+
Presentation Slides <http://xdress.xyz/scipy2013/scopatz_scipy2013_slides.html#/>
1111
abstract
1212
tutorial_abstract
1313

latest/_sources/previous/0.2_release_notes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Release highlights:
2020
- function pointer support
2121
- Easy to use and implement plugin architecture.
2222

23-
Please visit the website for more information: http://xdress.org/
23+
Please visit the website for more information: http://xdress.xyz/
2424

2525
Ask questions on the mailing list: [email protected]
2626

@@ -126,7 +126,7 @@ An * indicates a first time contributor.
126126
Links
127127
=====
128128

129-
1. Homepage - http://xdress.org/
129+
1. Homepage - http://xdress.xyz/
130130
2. Mailing List - [email protected]
131131
3. GitHub Organization - https://github.com/xdress
132132
4. Pycparser - https://pypi.python.org/pypi/pycparser

latest/_sources/previous/0.3_release_notes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Release highlights:
1919
allowing automatic PEP-8-ification
2020
- A plethora of useful bug fixes
2121

22-
Please visit the website for more information: http://xdress.org/
22+
Please visit the website for more information: http://xdress.xyz/
2323

2424
Ask questions on the mailing list: [email protected]
2525

@@ -146,7 +146,7 @@ An * indicates a first time contributor.
146146
Links
147147
=====
148148

149-
1. Homepage - http://xdress.org/
149+
1. Homepage - http://xdress.xyz/
150150
2. Mailing List - [email protected]
151151
3. GitHub Organization - https://github.com/xdress
152152
4. numpydoc - https://pypi.python.org/pypi/numpydoc

latest/_sources/previous/0.4_release_notes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This version of xdress is *not* 100% backwards compatible with previous versions
2323
of xdress. We apologize in the name of progress. It represents ans impressive
2424
245 files changed, 44917 aggregate line insertions (+), and 7893 deletions (-).
2525

26-
Please visit the website for more information: http://xdress.org/
26+
Please visit the website for more information: http://xdress.xyz/
2727

2828
Ask questions on the mailing list: https://groups.google.com/forum/#!forum/xdress
2929

@@ -118,6 +118,6 @@ An * indicates a first time contributor.
118118
Links
119119
=====
120120

121-
1. Homepage - http://xdress.org/
121+
1. Homepage - http://xdress.xyz/
122122
2. Mailing List - https://groups.google.com/forum/#!forum/xdress
123123
3. GitHub Organization - https://github.com/xdress

latest/_sources/previous/index.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ Version Date Documentation Zip Tar
2121
0.1 2013-04-02 `docs 0.1`_ `zip 0.1`_ `tar 0.1`_
2222
======= ========== ============== ============== ==============
2323

24-
.. _docs 0.4: http://xdress.org/v0.4/
24+
.. _docs 0.4: http://xdress.xyz/v0.4/
2525
.. _zip 0.4: https://github.com/xdress/xdress/zipball/0.4
2626
.. _tar 0.4: https://github.com/xdress/xdress/tarball/0.4
2727

28-
.. _docs 0.3: http://xdress.org/v0.3/
28+
.. _docs 0.3: http://xdress.xyz/v0.3/
2929
.. _zip 0.3: https://github.com/xdress/xdress/zipball/0.3
3030
.. _tar 0.3: https://github.com/xdress/xdress/tarball/0.3
3131

32-
.. _docs 0.2: http://xdress.org/v0.2/
32+
.. _docs 0.2: http://xdress.xyz/v0.2/
3333
.. _zip 0.2: https://github.com/xdress/xdress/zipball/0.2
3434
.. _tar 0.2: https://github.com/xdress/xdress/tarball/0.2
3535

36-
.. _docs 0.1: http://xdress.org/v0.1/
36+
.. _docs 0.1: http://xdress.xyz/v0.1/
3737
.. _zip 0.1: https://github.com/xdress/xdress/zipball/0.1
3838
.. _tar 0.1: https://github.com/xdress/xdress/tarball/0.1
3939

latest/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1>XDress<a class="headerlink" href="#xdress" title="Permalink to this headline
8585
In the future, other tools and bindings will be supported.</p>
8686
<p>The main enabling feature of xdress is a dynamic type system that was designed with
8787
the purpose of API generation in mind.</p>
88-
<p><a class="reference external" href="http://xdress.org/latest">Go here for the latest version of the docs!</a></p>
88+
<p><a class="reference external" href="http://xdress.xyz/latest">Go here for the latest version of the docs!</a></p>
8989
<p><a class="reference internal" href="previous/index.html#previous-versions"><em>Go here for previous versions of the code &amp; documentation.</em></a></p>
9090
<div class="section" id="contents">
9191
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline"></a></h2>
@@ -203,7 +203,7 @@ <h3>Contributing<a class="headerlink" href="#contributing" title="Permalink to t
203203
<div class="section" id="helpful-links">
204204
<h3>Helpful Links<a class="headerlink" href="#helpful-links" title="Permalink to this headline"></a></h3>
205205
<ul class="simple">
206-
<li><a class="reference external" href="http://xdress.org">Documentation</a></li>
206+
<li><a class="reference external" href="http://xdress.xyz">Documentation</a></li>
207207
<li><a class="reference external" href="https://groups.google.com/forum/#!forum/xdress">Mailing list website</a></li>
208208
<li><a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">Mailing list address</a></li>
209209
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>

latest/other/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>Conferences<a class="headerlink" href="#conferences" title="Permalink to thi
8989
<div class="toctree-wrapper compound">
9090
<ul>
9191
<li class="toctree-l1"><a class="reference internal" href="scipy2013/index.html">SciPy 2013</a><ul>
92-
<li class="toctree-l2"><a class="reference external" href="http://xdress.org/scipy2013/scopatz_scipy2013_slides.html#/">Presentation Slides</a></li>
92+
<li class="toctree-l2"><a class="reference external" href="http://xdress.xyz/scipy2013/scopatz_scipy2013_slides.html#/">Presentation Slides</a></li>
9393
<li class="toctree-l2"><a class="reference internal" href="scipy2013/abstract.html">SciPy 2013 Abstract</a></li>
9494
<li class="toctree-l2"><a class="reference internal" href="scipy2013/tutorial_abstract.html">SciPy 2013 Tutorial Abstract</a></li>
9595
<li class="toctree-l2"><a class="reference internal" href="scipy2013/index.html#video">Video</a></li>

latest/other/pycon2014/abstract.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ <h1>PyCon 2014 Abstract<a class="headerlink" href="#pycon-2014-abstract" title="
199199
<col class="field-body" />
200200
<tbody valign="top">
201201
<tr class="field-odd field"><th class="field-name" colspan="2">additional notes:</th></tr>
202-
<tr class="field-odd field"><td>&nbsp;</td><td class="field-body"><p class="first">The main website is <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></p>
202+
<tr class="field-odd field"><td>&nbsp;</td><td class="field-body"><p class="first">The main website is <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></p>
203203
<p>An earlier version of this talk which used an earlier version of xdress
204204
was presented to SciPy 2013. See this page for the slides and the video.
205-
<a class="reference external" href="http://xdress.org/other/scipy2013/index.html">http://xdress.org/other/scipy2013/index.html</a></p>
205+
<a class="reference external" href="http://xdress.xyz/other/scipy2013/index.html">http://xdress.xyz/other/scipy2013/index.html</a></p>
206206
</td>
207207
</tr>
208208
<tr class="field-even field"><th class="field-name" colspan="2">additional requirements:</th></tr>

latest/other/scipy2013/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1>SciPy 2013<a class="headerlink" href="#scipy-2013" title="Permalink to this
8989
SciPy 2013 in Austin, TX:</p>
9090
<div class="toctree-wrapper compound">
9191
<ul>
92-
<li class="toctree-l1"><a class="reference external" href="http://xdress.org/scipy2013/scopatz_scipy2013_slides.html#/">Presentation Slides</a></li>
92+
<li class="toctree-l1"><a class="reference external" href="http://xdress.xyz/scipy2013/scopatz_scipy2013_slides.html#/">Presentation Slides</a></li>
9393
<li class="toctree-l1"><a class="reference internal" href="abstract.html">SciPy 2013 Abstract</a></li>
9494
<li class="toctree-l1"><a class="reference internal" href="tutorial_abstract.html">SciPy 2013 Tutorial Abstract</a></li>
9595
</ul>

latest/previous/0.2_release_notes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h1>XDress 0.2 Release Notes<a class="headerlink" href="#xdress-0-2-release-note
113113
</li>
114114
</ul>
115115
</div></blockquote>
116-
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></p>
116+
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></p>
117117
<p>Ask questions on the mailing list: <a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">xdress<span>&#64;</span>googlegroups<span>&#46;</span>com</a></p>
118118
<p>Download the code from GitHub: <a class="reference external" href="http://github.com/xdress/xdress">http://github.com/xdress/xdress</a></p>
119119
<p>XDress is free &amp; open source (BSD 2-clause license) and requires Python 2.7,
@@ -217,7 +217,7 @@ <h2>Authors<a class="headerlink" href="#authors" title="Permalink to this headli
217217
<div class="section" id="links">
218218
<h2>Links<a class="headerlink" href="#links" title="Permalink to this headline"></a></h2>
219219
<ol class="arabic simple">
220-
<li>Homepage - <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></li>
220+
<li>Homepage - <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></li>
221221
<li>Mailing List - <a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">xdress<span>&#64;</span>googlegroups<span>&#46;</span>com</a></li>
222222
<li>GitHub Organization - <a class="reference external" href="https://github.com/xdress">https://github.com/xdress</a></li>
223223
<li>Pycparser - <a class="reference external" href="https://pypi.python.org/pypi/pycparser">https://pypi.python.org/pypi/pycparser</a></li>

latest/previous/0.3_release_notes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h1>XDress 0.3 Release Notes<a class="headerlink" href="#xdress-0-3-release-note
103103
<li>A plethora of useful bug fixes</li>
104104
</ul>
105105
</div></blockquote>
106-
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></p>
106+
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></p>
107107
<p>Ask questions on the mailing list: <a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">xdress<span>&#64;</span>googlegroups<span>&#46;</span>com</a></p>
108108
<p>Download the code from GitHub: <a class="reference external" href="http://github.com/xdress/xdress">http://github.com/xdress/xdress</a></p>
109109
<p>XDress is free &amp; open source (BSD 2-clause license) and requires Python 2.7,
@@ -224,7 +224,7 @@ <h2>Authors<a class="headerlink" href="#authors" title="Permalink to this headli
224224
<div class="section" id="links">
225225
<h2>Links<a class="headerlink" href="#links" title="Permalink to this headline"></a></h2>
226226
<ol class="arabic simple">
227-
<li>Homepage - <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></li>
227+
<li>Homepage - <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></li>
228228
<li>Mailing List - <a class="reference external" href="mailto:xdress&#37;&#52;&#48;googlegroups&#46;com">xdress<span>&#64;</span>googlegroups<span>&#46;</span>com</a></li>
229229
<li>GitHub Organization - <a class="reference external" href="https://github.com/xdress">https://github.com/xdress</a></li>
230230
<li>numpydoc - <a class="reference external" href="https://pypi.python.org/pypi/numpydoc">https://pypi.python.org/pypi/numpydoc</a></li>

latest/previous/0.4_release_notes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h1>XDress 0.4 Release Notes<a class="headerlink" href="#xdress-0-4-release-note
106106
<p>This version of xdress is <em>not</em> 100% backwards compatible with previous versions
107107
of xdress. We apologize in the name of progress. It represents ans impressive
108108
245 files changed, 44917 aggregate line insertions (+), and 7893 deletions (-).</p>
109-
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></p>
109+
<p>Please visit the website for more information: <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></p>
110110
<p>Ask questions on the mailing list: <a class="reference external" href="https://groups.google.com/forum/#!forum/xdress">https://groups.google.com/forum/#!forum/xdress</a></p>
111111
<p>Download the code from GitHub: <a class="reference external" href="http://github.com/xdress/xdress">http://github.com/xdress/xdress</a></p>
112112
<p>XDress is free &amp; open source (BSD 2-clause license) and requires Python 2.7+,
@@ -196,7 +196,7 @@ <h2>Authors<a class="headerlink" href="#authors" title="Permalink to this headli
196196
<div class="section" id="links">
197197
<h2>Links<a class="headerlink" href="#links" title="Permalink to this headline"></a></h2>
198198
<ol class="arabic simple">
199-
<li>Homepage - <a class="reference external" href="http://xdress.org/">http://xdress.org/</a></li>
199+
<li>Homepage - <a class="reference external" href="http://xdress.xyz/">http://xdress.xyz/</a></li>
200200
<li>Mailing List - <a class="reference external" href="https://groups.google.com/forum/#!forum/xdress">https://groups.google.com/forum/#!forum/xdress</a></li>
201201
<li>GitHub Organization - <a class="reference external" href="https://github.com/xdress">https://github.com/xdress</a></li>
202202
</ol>

0 commit comments

Comments
 (0)