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:
parent
fa8e377784
commit
ce1b2366e1
1 changed files with 13 additions and 7 deletions
20
README.md
20
README.md
|
@ -19,7 +19,11 @@ capybara-webkit requires Qt version 4.8.
|
|||
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
|
||||
----------------
|
||||
|
@ -27,15 +31,17 @@ Reporting Issues
|
|||
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
|
||||
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).
|
||||
You're much more likely to get a fix if you follow those instructions.
|
||||
[Reporting Crashes]. You're much more likely to get a fix if you follow those
|
||||
instructions.
|
||||
|
||||
If you are having compiling issues please check out the
|
||||
[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 the
|
||||
[mailing list](http://groups.google.com/group/capybara-webkit). Please don't
|
||||
If you're having trouble compiling or installing, please check out the [wiki].
|
||||
If you don't have any luck there, please post to [Stack Overflow]. Please don't
|
||||
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
|
||||
--
|
||||
|
||||
|
|
Loading…
Reference in a new issue