Skip to content

Commit 53c1443

Browse files
authored
fix(dev-docs): known bugs link in CONTRIBUTING.md (#3161)
1 parent e7b3595 commit 53c1443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The summaries include information like
1818

1919
Currently, Tact does not have a (formal) language specification, so one needs to consult the [Tact docs](https://docs.tact-lang.org) and the tests in this repository.
2020

21-
The list of known bugs can be obtained using the following GitHub request: <https://github.com/tact-lang/tact/issues?q=is%3Aopen+is%3Aissue+label%3Abug>.
21+
The list of known bugs can be obtained using the following GitHub request: <https://github.com/tact-lang/tact/issues?q=is%3Aopen%20is%3Aissue%20label%3A%22kind%3A%20bug%22>.
2222

2323
The document outlines how you can contribute and provides information about different components of the compiler, including their entry points.
2424

0 commit comments

Comments
 (0)