Skip to content

Commit d7ba624

Browse files
committed
otp: Update all links to our bug tracker
1 parent 0e1256b commit d7ba624

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ http://developercertificate.org/
3636

3737
## Reporting a bug
3838

39-
Report bugs at https://bugs.erlang.org. See [Bug reports](https://github.com/erlang/otp/wiki/Bug-reports)
39+
Report bugs at https://github.com/erlang/otp/issues. See [Bug reports](https://github.com/erlang/otp/wiki/Bug-reports)
4040
for more information.
4141

4242
## Submitting Pull Requests

HOWTO/INSTALL-WIN32-OLD.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ cannot be built as MsysGIT/MSYS does not handle symbolic links.
892892

893893

894894
[1]: http://www.erlang.org/static/doc/mailinglist.html
895-
[2]: http://bugs.erlang.org
895+
[2]: https://github.com/erlang/otp/issues
896896
[3]: https://github.com/erlang/otp
897897

898898
[?TOC]: true

HOWTO/INSTALL-WIN32.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ Frequently Asked Questions
475475
NSIS 3.05, Win32 OpenSSL 1.1.1d and wxWidgets-3.1.3.
476476

477477

478-
[1]: http://bugs.erlang.org
478+
[1]: https://github.com/erlang/otp/issues
479479
[2]: https://github.com/erlang/otp
480480

481481
[?TOC]: true

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Alternatively, you can use [Kerl](https://github.com/kerl/kerl), a script that l
5050

5151
## Bug Reports
5252

53-
Please visit [bugs.erlang.org](https://bugs.erlang.org/issues/?jql=project%20%3D%20ERL) for reporting bugs. The instructions for submitting bugs reports [can be found here](https://github.com/erlang/otp/wiki/Bug-reports).
53+
Please visit our [GitHub Issues](https://github.com/erlang/otp/issues) page for reporting bugs. The instructions for submitting bugs reports [can be found here](https://github.com/erlang/otp/wiki/Bug-reports).
5454

5555
### Security Disclosure
5656

@@ -66,7 +66,7 @@ Read our [contribution guide](CONTRIBUTING.md) to learn about our development pr
6666

6767
### Help Wanted
6868

69-
We have a list of [Help Wanted](https://bugs.erlang.org/issues/?jql=status%20%3D%20%22Help%20Wanted%22) bugs that we would appreciate external help from the community. This is a great place to get involved.
69+
We have a list of [Help Wanted](https://github.com/erlang/otp/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) bugs that we would appreciate external help from the community. This is a great place to get involved.
7070

7171
## License
7272

erts/emulator/internal_doc/BeamAsm.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@ four times as fast is possible.
440440

441441
BeamAsm tries very hard to not be slower than the interpreter, but there can be cases
442442
when that happens. One such could be very short-lived small scripts. If you come across
443-
any scenarios when this happens, please open a bug report at [the Erlang/OTP bug tracker](http://bugs.erlang.org).
443+
any scenarios when this happens, please open a bug report at
444+
[the Erlang/OTP bug tracker](https://github.com/erlang/otp/issues).
444445

445446
### Would it be possible to add support for BeamAsm on ARM?
446447

0 commit comments

Comments
 (0)