1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

Remove references to closed mailing list

* Recommend Stack Overflow instead

http://robots.thoughtbot.com/moving-open-source-project-mailing-lists-to-stack-overflow/
This commit is contained in:
Joe Ferris 2013-12-20 10:20:00 -05:00
parent fa8e377784
commit ce1b2366e1

View file

@ -19,7 +19,11 @@ capybara-webkit requires Qt version 4.8.
Windows Support Windows Support
--------------- ---------------
Currently 32-bit Windows will compile capybara-webkit. Support for Windows is provided by the open source community and Windows related issues should be posted to the [mailing list](http://groups.google.com/group/capybara-webkit) Currently 32-bit Windows will compile capybara-webkit. Support for Windows is
provided by the open source community and Windows related issues should be
posted to [Stack Overflow].
[Stack Overflow]: http://stackoverflow.com/questions/tagged/capybara-webkit
Reporting Issues Reporting Issues
---------------- ----------------
@ -27,15 +31,17 @@ Reporting Issues
Without access to your application code we can't easily debug most crashes or Without access to your application code we can't easily debug most crashes or
generic failures, so we've included a debug version of the driver that prints a generic failures, so we've included a debug version of the driver that prints a
log of what happened during each test. Before filing a crash bug, please see log of what happened during each test. Before filing a crash bug, please see
[Reporting Crashes](https://github.com/thoughtbot/capybara-webkit/wiki/Reporting-Crashes). [Reporting Crashes]. You're much more likely to get a fix if you follow those
You're much more likely to get a fix if you follow those instructions. instructions.
If you are having compiling issues please check out the If you're having trouble compiling or installing, please check out the [wiki].
[capybara-webkit wiki](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit). If you don't have any luck there, please post to [Stack Overflow]. Please don't
If you don't have any luck there, please post to the
[mailing list](http://groups.google.com/group/capybara-webkit). Please don't
open a Github issue for a system-specific compiler issue. open a Github issue for a system-specific compiler issue.
[Reporting Crashes]: http://stackoverflow.com/questions/tagged/capybara-webkit
[capybara-webkit wiki]: https://github.com/thoughtbot/capybara-webkit/wiki
[Stack Overflow]: http://stackoverflow.com/questions/tagged/capybara-webkit
CI CI
-- --