diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-05-02 03:55:36 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-05-02 03:56:06 +0200 |
| commit | 57c57df86f14874cfc4b280e04a7f44b19839c26 (patch) | |
| tree | 9fe0639eae819276debe4b20e8f1e933cd73122d /src | |
| parent | Merge #13136: [tests] Fix flake8 warnings in several wallet functional tests (diff) | |
| parent | [doc] qt: fixes broken link on readme (diff) | |
| download | discoin-57c57df86f14874cfc4b280e04a7f44b19839c26.tar.xz discoin-57c57df86f14874cfc4b280e04a7f44b19839c26.zip | |
Merge #13141: [doc] qt: fixes broken link on readme
12ad33a [doc] qt: fixes broken link on readme (marcoagner)
Pull request description:
I was reading qt files and just fixed a trivial mistake on its readme file.
"#use-qt-Creator-as IDE" should be "#using-qt-creator-as-ide"
Tree-SHA512: b2610821370dd7cac86725750ce7fd7a9e414c175e525f2e53e87302363c2a4a86206e0f9ce1d02657c751c395a33f0505953a94fd8124ea1943e39bb0711777
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/README.md b/src/qt/README.md index 7c23ccadc..d8acf96ce 100644 --- a/src/qt/README.md +++ b/src/qt/README.md @@ -16,7 +16,7 @@ To run: ### forms -Contains [Designer UI](http://doc.qt.io/qt-5.9/designer-using-a-ui-file.html) files. They are created with [Qt Creator](#use-qt-Creator-as IDE), but can be edited using any text editor. +Contains [Designer UI](http://doc.qt.io/qt-5.9/designer-using-a-ui-file.html) files. They are created with [Qt Creator](#using-qt-creator-as-ide), but can be edited using any text editor. ### locale |