1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-17 19:13:34 +08:00

docs: correct completion.gif image path

Assets paths in AIO need to be relative. This also ensures that the base href element is respected if changed.

https://app.circleci.com/pipelines/github/angular/angular/46755/workflows/ea228e6e-62ab-4d7f-9764-2c1056ad0366/jobs/1173152
This commit is contained in:
Alan Agius 2022-05-25 12:38:31 +00:00 committed by Douglas Parker
parent 10077bec2c
commit b485e48ef8

@ -4,7 +4,7 @@ discover and use CLI commands without lots of memorization.
![A demo of Angular CLI autocompletion in a terminal. The user types several partial `ng` commands,
using autocompletion to finish several arguments and list contextual options.
](/generated/images/guide/cli/completion.gif)
](generated/images/guide/cli/completion.gif)
## Automated setup