Skip to content

Commit

Permalink
Update links to new Discourse forum
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Nov 8, 2019
1 parent 86ad677 commit 7d35cec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ reports. The following are resources for pymatgen:
* Please report any bugs and issues at pymatgen's `Github Issues
page <https://github.com/materialsproject/pymatgen/issues>`_.
* For help with any pymatgen issue, please use the pymatgen `Discourse page
<https://pymatgen.discourse.group>`_. Please note that the pymatgen Google
<https://discuss.matsci.org/c/pymatgen>`_. Please note that the pymatgen Google
group has been deprecated in favor of Discourse.
* `Twitter <http://twitter.com/pymatgen>`_. Follow to get news and tips.
* `matgenb <http://matgenb.materialsvirtuallab.org>`_. For example notebooks.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to t
<ul>
<li><p>Please report any bugs and issues at pymatgen’s <a class="reference external" href="https://github.com/materialsproject/pymatgen/issues">Github Issues
page</a>.</p></li>
<li><p>For help with any pymatgen issue, please use the pymatgen <a class="reference external" href="https://pymatgen.discourse.group">Discourse page</a>. Please note that the pymatgen Google
<li><p>For help with any pymatgen issue, please use the pymatgen <a class="reference external" href="https://discuss.matsci.org/c/pymatgen">Discourse page</a>. Please note that the pymatgen Google
group has been deprecated in favor of Discourse.</p></li>
<li><p><a class="reference external" href="http://twitter.com/pymatgen">Twitter</a>. Follow to get news and tips.</p></li>
<li><p><a class="reference external" href="http://matgenb.materialsvirtuallab.org">matgenb</a>. For example notebooks.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs_rst/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ reports. The following are resources for pymatgen:
* Please report any bugs and issues at pymatgen's `Github Issues
page <https://github.com/materialsproject/pymatgen/issues>`_.
* For help with any pymatgen issue, please use the pymatgen `Discourse page
<https://pymatgen.discourse.group>`_. Please note that the pymatgen Google
<https://discuss.matsci.org/c/pymatgen>`_. Please note that the pymatgen Google
group has been deprecated in favor of Discourse.
* `Twitter <http://twitter.com/pymatgen>`_. Follow to get news and tips.
* `matgenb <http://matgenb.materialsvirtuallab.org>`_. For example notebooks.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def finalize_options(self):
form of additional tools or modules you develop, or feature requests and bug
reports. Please report any bugs and issues at pymatgen's [Github page]
(https://github.com/materialsproject/pymatgen). For help with any pymatgen
issues, please use the [Discourse page](https://pymatgen.discourse.group).
issues, please use the [Discourse page](https://discuss.matsci.org/c/pymatgen).
Why use pymatgen?
=================
Expand Down
4 changes: 2 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def release_github(ctx):
@task
def post_discourse(ctx):
"""
Post release announcement to http://pymatgen.discourse.group.
Post release announcement to http://discuss.matsci.org/c/pymatgen.
:param ctx:
"""
Expand All @@ -260,7 +260,7 @@ def post_discourse(ctx):
"raw": raw,
}
response = requests.post(
"https://pymatgen.discourse.group/posts.json",
"https://discuss.matsci.org/c/pymatgen/posts.json",
data=payload,
params={
"api_username": os.environ["DISCOURSE_API_USERNAME"],
Expand Down

0 comments on commit 7d35cec

Please sign in to comment.