Skip to content

Commit

Permalink
docs: update link to point new angular.dev site (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasidharansd authored Nov 22, 2023
1 parent 8024c49 commit bd3f77e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[![Discord server](https://dcbadge.vercel.app/api/server/mKC2Ec48U5?style=flat-square)](https://chat.analogjs.org/) [![Twitter](https://img.shields.io/twitter/follow/analogjs)](https://twitter.com/analogjs)

Analog is a meta-framework for building applications and websites with [Angular](https://angular.io).
Analog is a meta-framework for building applications and websites with [Angular](https://angular.dev).

Similar to other meta-frameworks such as Next.JS, Nuxt, SvelteKit and others, Analog provides a similar experience, building on top of Angular.

Expand Down
4 changes: 2 additions & 2 deletions apps/astro-app/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ const serverSideTitle = 'Angular (server side binding)';
<CardComponent
client:visible
data-analog-id="card-component-1"
href="https://angular.io/"
href="https://angular.dev/"
title="Angular (Client Side)"
body="Build with Angular. ❤️"
/>
<CardComponent
href="https://angular.io/"
href="https://angular.dev/"
title={serverSideTitle}
body="Build with Angular. ❤️"
/>
Expand Down
2 changes: 1 addition & 1 deletion apps/astro-app/src/pages/test.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { CardComponent } from '../components/card.component.ts';
Angular Component in an MDX file

<CardComponent
href="https://angular.io/"
href="https://angular.dev/"
title="Angular"
body="Built with Angular. ❤️"
/>
2 changes: 1 addition & 1 deletion apps/docs-app/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: /

# Introduction

Analog is a fullstack meta-framework for building applications and websites with [Angular](https://angular.io).
Analog is a fullstack meta-framework for building applications and websites with [Angular](https://angular.dev).

Similar to other meta-frameworks such as Next.JS, Nuxt, SvelteKit, Qwik City, and others, Analog provides a similar experience, building on top of Angular.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: /

# Introducción

Analog es un meta-framework fullstack para construir aplicaciones y sitios web con [Angular](https://angular.io).
Analog es un meta-framework fullstack para construir aplicaciones y sitios web con [Angular](https://angular.dev).

Parecido a otros meta-frameworks como Next.JS, Nuxt, SvelteKit, Qwik City y otros, Analog proporciona una experiencia similar, construyendo sobre Angular.

Expand Down
2 changes: 1 addition & 1 deletion packages/astro-angular/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @analogjs/astro-angular

An [Angular](https://angular.io) integration for rendering components in [Astro](https://astro.build)
An [Angular](https://angular.dev) integration for rendering components in [Astro](https://astro.build)

## Setup

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-angular/src/lib/compiler-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

import type { DepOptimizationConfig } from 'vite';
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-nitro/src/lib/utils/load-esm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

import { URL } from 'url';
Expand Down

0 comments on commit bd3f77e

Please sign in to comment.