diff --git a/adev/src/app/core/constants/links.ts b/adev/src/app/core/constants/links.ts index 4fa11645660..9ce2e9173a0 100644 --- a/adev/src/app/core/constants/links.ts +++ b/adev/src/app/core/constants/links.ts @@ -8,5 +8,5 @@ export const GITHUB = 'https://github.com/angular/angular'; export const X = 'https://x.com/angular'; -export const MEDIUM = 'https://blog.angular.io'; +export const MEDIUM = 'https://blog.angular.dev'; export const YOUTUBE = 'https://www.youtube.com/channel/UCbn1OgGei-DV7aSRo_HaAiw'; diff --git a/adev/src/content/best-practices/update.md b/adev/src/content/best-practices/update.md index 55db2f1fee6..f4c8e4f5964 100644 --- a/adev/src/content/best-practices/update.md +++ b/adev/src/content/best-practices/update.md @@ -13,11 +13,11 @@ HELPFUL: If you are currently using AngularJS, see [Upgrading from AngularJS](ht ## Getting notified of new releases -To be notified when new releases are available, follow [@angular](https://twitter.com/angular "@angular on Twitter") on Twitter or subscribe to the [Angular blog](https://blog.angular.io "Angular blog"). +To be notified when new releases are available, follow [@angular](https://twitter.com/angular "@angular on Twitter") on Twitter or subscribe to the [Angular blog](https://blog.angular.dev "Angular blog"). ## Learning about new features -What's new? What's changed? We share the most important things you need to know on the Angular blog in [release announcements]( https://blog.angular.io/ "Angular blog - release announcements"). +What's new? What's changed? We share the most important things you need to know on the Angular blog in [release announcements]( https://blog.angular.dev/ "Angular blog - release announcements"). To review a complete list of changes, organized by version, see the [Angular change log](https://github.com/angular/angular/blob/main/CHANGELOG.md "Angular change log"). @@ -49,7 +49,7 @@ It also describes supported update paths. ## Resource summary * Release announcements: - [Angular blog - release announcements](https://blog.angular.io/ "Angular blog announcements about recent releases") + [Angular blog - release announcements](https://blog.angular.dev/ "Angular blog announcements about recent releases") * Release details: [Angular change log](https://github.com/angular/angular/blob/main/CHANGELOG.md "Angular change log") diff --git a/adev/src/content/examples/service-worker-getting-started/src/app/app.component.html b/adev/src/content/examples/service-worker-getting-started/src/app/app.component.html index 20622fc58ca..462335339c1 100755 --- a/adev/src/content/examples/service-worker-getting-started/src/app/app.component.html +++ b/adev/src/content/examples/service-worker-getting-started/src/app/app.component.html @@ -18,6 +18,6 @@