Skip to content

Commit bb346fc

Browse files
alkavats1atscott
authored andcommitted
docs(common): url link format updated (angular#44645)
fix the url link format from http to https in BAZEL.md && component-styles.md PR Close angular#44645
1 parent 84ff67f commit bb346fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aio/content/guide/component-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ See the [Styles configuration guide](guide/workspace-config#styles-and-scripts-c
255255
### Non-CSS style files
256256

257257
If you're building with the CLI,
258-
you can write style files in [sass](https://sass-lang.com/), or [less](http://lesscss.org/), and specify those files in the `@Component.styleUrls` metadata with the appropriate extensions (`.scss`, `.less`) as in the following example:
258+
you can write style files in [sass](https://sass-lang.com/), or [less](https://lesscss.org/), and specify those files in the `@Component.styleUrls` metadata with the appropriate extensions (`.scss`, `.less`) as in the following example:
259259

260260
<code-example>
261261
@Component({

docs/BAZEL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Note: this doc is for developing Angular, it is _not_ public
44
documentation for building an Angular application with Bazel.
55

6-
The Bazel build tool (http://bazel.build) provides fast, reliable
6+
The Bazel build tool (https://bazel.build) provides fast, reliable
77
incremental builds. We plan to migrate Angular's build scripts to
88
Bazel.
99

0 commit comments

Comments
 (0)