replace danse links (without documentations) by Tieqiong · Pull Request #239 · diffpy/diffpy.pdfgui · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions AUTHORS.rst
23 changes: 23 additions & 0 deletions news/danselink.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* no news: small changes to links

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion src/diffpy/pdfgui/gui/aboutdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def onNsfLogo(self, event): # wxGlade: DialogAbout.<event_handler>
event.Skip()

def onDanseLogo(self, event): # wxGlade: DialogAbout.<event_handler>
launchBrowser("http://danse.us")
launchBrowser("https://www.its.caltech.edu/~matsci/btf/DANSE_web_page.html")
event.Skip()

def onMsuLogo(self, event): # wxGlade: DialogAbout.<event_handler>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_aboutdialog.py