Skip to content

Commit 1391a7e

Browse files
alkavats1AndrewKushnir
authored andcommitted
docs: updating the contribution guidline docs with the secure tag (angular#50618)
PR Close angular#50618
1 parent 66824b7 commit 1391a7e

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<a name="16.0.0"></a>
145145
# 16.0.0 (2023-05-03)
146146

147-
[Blog post "Angular v16 is now available"](http://goo.gle/angular-v16).
147+
[Blog post "Angular v16 is now available"](https://goo.gle/angular-v16).
148148

149149
## Breaking Changes
150150
###
@@ -994,7 +994,7 @@ Andrew Kushnir
994994
<a name="15.0.0"></a>
995995
# 15.0.0 (2022-11-16)
996996

997-
[Blog post "Angular v15 is now available"](http://goo.gle/angular-v15).
997+
[Blog post "Angular v15 is now available"](https://goo.gle/angular-v15).
998998

999999
## Breaking Changes
10001000
### compiler
@@ -1657,7 +1657,7 @@ Adrien Crivelli, Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Dyla
16571657
<a name="14.0.0"></a>
16581658
# 14.0.0 (2022-06-02)
16591659

1660-
[Blog post "Angular v14 is now available"](http://goo.gle/angular-v14).
1660+
[Blog post "Angular v14 is now available"](https://goo.gle/angular-v14).
16611661

16621662
## Breaking Changes
16631663
### animations

aio/content/guide/schematics-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ By using the long form, the schematic can provide more explicit formatting of th
214214
{ "value": "css", "label": "CSS" },
215215
{ "value": "scss", "label": "SCSS [ https://sass-lang.com/documentation/syntax#scss ]" },
216216
{ "value": "sass", "label": "Sass [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]" },
217-
{ "value": "less", "label": "Less [ http://lesscss.org/ ]" }
217+
{ "value": "less", "label": "Less [ https://lesscss.org/ ]" }
218218
]
219219
},
220220
},

aio/content/guide/workspace-config.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ For details of those options and their possible values, see the [Angular CLI Ref
235235

236236
Some extra options can only be set through the configuration file, either by direct editing or with the [`ng config`](cli/config) command.
237237

238-
| Options properties | Details |
239-
|:--- |:--- |
240-
| `assets` | An object containing paths to static assets to add to the global context of the project. The default paths point to the project's icon file and its `assets` directory. See more in the [Assets configuration](#asset-config) section. |
241-
| `styles` | An array of style files to add to the global context of the project. Angular CLI supports CSS imports and all major CSS preprocessors: [sass/scss](https://sass-lang.com) and [less](http://lesscss.org). See more in the [Styles and scripts configuration](#style-script-config) section. |
238+
| Options properties | Details |
239+
|:--- |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
240+
| `assets` | An object containing paths to static assets to add to the global context of the project. The default paths point to the project's icon file and its `assets` directory. See more in the [Assets configuration](#asset-config) section. |
241+
| `styles` | An array of style files to add to the global context of the project. Angular CLI supports CSS imports and all major CSS preprocessors: [sass/scss](https://sass-lang.com) and [less](https://lesscss.org). See more in the [Styles and scripts configuration](#style-script-config) section. |
242242
| `stylePreprocessorOptions` | An object containing option-value pairs to pass to style preprocessors. See more in the [Styles and scripts configuration](#style-script-config) section. |
243243
| `scripts` | An object containing JavaScript script files to add to the global context of the project. The scripts are loaded exactly as if you had added them in a `<script>` tag inside `index.html`. See more in the [Styles and scripts configuration](#style-script-config) section. |
244244
| `budgets` | Default size-budget type and thresholds for all or parts of your application. You can configure the builder to report a warning or an error when the output reaches or exceeds a threshold size. See [Configure size budgets](guide/build#configure-size-budgets). \(Not available in `test` section.\) |
245245
| `fileReplacements` | An object containing files and their compile-time replacements. See more in [Configure target-specific file replacements](guide/build#configure-target-specific-file-replacements). |
246-
`index` | Configures the generation of the application's HTML index. See more in [Index configuration](#index-config). \(Only available in `browser` section.\) | |
246+
`index` | Configures the generation of the application's HTML index. See more in [Index configuration](#index-config). \(Only available in `browser` section.\) | |
247247

248248

249249
<a id="complex-config"></a>

devtools/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@ A detailed explanation can be found in this [document][commit-message-format].
226226
227227
[github]: https://github.com/angular/angular
228228
[gitter]: https://gitter.im/angular/angular
229-
[stackoverflow]: http://stackoverflow.com/questions/tagged/angular-devtools
229+
[stackoverflow]: https://stackoverflow.com/questions/tagged/angular-devtools

0 commit comments

Comments
 (0)