Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contributing-docs/building-and-testing-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ following on your development machine:

- [Git](https://git-scm.com/) and/or the [**GitHub app**](https://desktop.github.com/) (for Mac and
Windows);
[GitHub's Guide to Installing Git](https://help.github.com/articles/set-up-git) is a good source
[GitHub's Guide to Installing Git](https://docs.github.com/en/get-started/git-basics/set-up-git) is a good source
of information.\
**Windows Users**: Git Bash or an equivalent shell is required\
_Windows Powershell and cmd shells are not
Expand Down Expand Up @@ -79,7 +79,7 @@ Fork and clone the Angular repository:

1. Login to your GitHub account or create one by following the instructions given
[here](https://github.com/signup/free).
2. [Fork](https://help.github.com/forking) the [main Angular
2. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the [main Angular
repository](https://github.com/angular/angular).
3. Clone your fork of the Angular repository and define an `upstream` remote pointing back to
the Angular repository that you forked in the first place.
Expand Down
2 changes: 1 addition & 1 deletion contributing-docs/building-with-bazel.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ using the proper flags with your Bazel test runs in Angular.
e.g. `pnpm bazel test packages/core/test:test --config=debug`

The process should automatically connect to the debugger.
For more, see the [rules_nodejs Debugging documentation](https://bazelbuild.github.io/rules_nodejs/index.html#debugging).
For more, see the [rules_nodejs Debugging documentation](https://github.com/bazel-contrib/rules_nodejs/blob/stable/docs/debugging.md).

- Click on "Resume script execution" to let the code run until the first `debugger` statement or a
previously set breakpoint.
Expand Down