Skip to content

Commit

Permalink
Update project site URLs
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 12, 2017
1 parent 542cdf9 commit e546c6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WinUSB+
[![Latest Release](https://img.shields.io/github/release/slacka/WinUSB.svg)](https://github.com/slacka/WinUSB/releases)
[![WinUSB+ License](https://img.shields.io/badge/license-gpl-blue.svg)](https://github.com/slacka/WinUSB/blob/master/COPYING)
[![Latest Release](https://img.shields.io/github/release/slacka/WinUSBplus.svg)](https://github.com/slacka/WinUSBplus/releases)
[![WinUSB+ License](https://img.shields.io/badge/license-gpl-blue.svg)](https://github.com/slacka/WinUSBplus/blob/master/COPYING)

<img src="src/data/winusb+-logo.png" align="right" />
<br>
Expand Down Expand Up @@ -64,4 +64,4 @@ $ sudo make install
```

## License
WinUSB+ is sold under the [GPL license](https://github.com/slacka/WinUSB/blob/master/COPYING).
WinUSB+ is sold under the [GPL license](https://github.com/slacka/WinUSBplus/blob/master/COPYING).
2 changes: 1 addition & 1 deletion src/DialogAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ DialogAbout::DialogAbout( wxWindow* parent, wxWindowID id, const wxString& title

// FIXME: Unable to make this page default
// FIXME: Unable to show whole logo image
m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("slacka et. al."), _T("data/winusb+-logo.png"), _T("github.com/slacka/WinUSB")), _("Authors"), true);
m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("slacka et. al."), _T("data/winusb+-logo.png"), _T("github.com/slacka/WinUSBplus")), _("Authors"), true);

m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("Colin GILLE / Congelli501"), _T("data/c501-logo.png"), _T("www.congelli.eu")), _("Original WinUSB Developer"), true);

Expand Down

0 comments on commit e546c6a

Please sign in to comment.