Skip to content

Commit

Permalink
Link to the current github projects and trackers
Browse files Browse the repository at this point in the history
  • Loading branch information
agaida committed Dec 27, 2015
1 parent 616c47b commit 02eb746
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
@@ -1,16 +1,16 @@
# Bug reports

Please file bugs on the qterminal github tracker:
https://github.com/qterminal/qterminal/
https://github.com/lxde/qterminal/issues

Please file qtermwidget-related bugs on the qtermwidget github tracker:
https://github.com/qterminal/qtermwidget/
https://github.com/lxde/qtermwidget/issues


# Code contributions

For all code contributions, please open a pull request on Github:
https://github.com/qterminal/qterminal/
https://github.com/lxde/qterminal/

Make sure your code is clean, devoid of debug statements and respects the style
of the rest of the file (including line length and indentation).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ The lightweight Qt terminal emulator

* Qt >= 5.2
* CMake >= 2.8
* [qtermwidget](https://github.com/qterminal/qtermwidget)
* [qtermwidget](https://github.com/lxde/qtermwidget)


### Building
Expand Down
2 changes: 1 addition & 1 deletion qterminal.appdata.xml
Expand Up @@ -38,5 +38,5 @@
<caption>Find bar and highlighted match.</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/qterminal/qterminal</url>
<url type="homepage">https://github.com/lxde/qterminal</url>
</application>
4 changes: 2 additions & 2 deletions src/main.cpp
Expand Up @@ -49,8 +49,8 @@ void print_usage_and_exit(int code)
puts(" -p, --profile Load qterminal with specific options");
puts(" -v, --version Prints application version and exits");
puts(" -w, --workdir <dir> Start session with specified work directory");
puts("\nHomepage: <https://github.com/qterminal>");
puts("Report bugs to <https://github.com/qterminal/qterminal>");
puts("\nHomepage: <https://github.com/lxde/qterminal>");
puts("Report bugs to <https://github.com/lxde/qterminal/issues>");
exit(code);
}

Expand Down

0 comments on commit 02eb746

Please sign in to comment.