Skip to content

Commit

Permalink
fix: fix malformed link in all readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Dec 9, 2024
1 parent 55301a9 commit 34d804e
Show file tree
Hide file tree
Showing 63 changed files with 149 additions and 227 deletions.
6 changes: 3 additions & 3 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand All @@ -17,9 +17,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://slack.tsed.io">Slack</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The following appenders are available:
| [LogStash UDP](https://logger.tsed.io/appenders/logstash-udp.html) | log to [LogStash](https://www.elastic.co/logstash). |
| [Loggly](https://logger.tsed.io/appenders/loggly.html) | log to [Loggly](https://www.loggly.com/). |
| [RabbitMQ](https://logger.tsed.io/appenders/rabbitmq.html) | log to [RabbitMQ](https://www.rabbitmq.com/). |
| [Seq](https://tsed.io/tutorials/seq.html) | log to [Seq](https://datalust.co/seq). |
| [Seq](https://logger.tsed.dev/tutorials/seq.html) | log to [Seq](https://datalust.co/seq). |
| [Slack](https://logger.tsed.io/appenders/slack.html) | log to [Slack](https://slack.com/). |
| [Smtp](https://logger.tsed.io/appenders/smtp.html) | log to [SMTP](https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol). |

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/graphql-apollo.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class GraphQLWSModule {
```

::: tip Note
Ts.ED provide a `@tsed/graphql-ws` package to support the `subscription` feature of GraphQL. See [here](https://tsed.io/api/graphql-ws.html) for more details.
Ts.ED provide a `@tsed/graphql-ws` package to support the `subscription` feature of GraphQL. See [here](https://tsed.dev/api/graphql-ws.html) for more details.
:::

## Get Server instance
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/mikroorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class User {
}
```

Now, the model is correctly defined and can be used with a [Controller](https://tsed.io/docs/controllers.html)
Now, the model is correctly defined and can be used with a [Controller](https://tsed.dev/docs/controllers.html)
, [AJV validation](/tutorials/ajv.md),
[Swagger](/tutorials/swagger.md) and [MikroORM](https://mikro-orm.io/docs/defining-entities).

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/snippets/graphql/graphql-ws.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class GraphQLWSModule {
```

::: tip Note
Ts.ED provide a `@tsed/graphql-ws` package to support the `subscription` feature of GraphQL. See [here](https://tsed.io/api/graphql-ws.html) for more details.
Ts.ED provide a `@tsed/graphql-ws` package to support the `subscription` feature of GraphQL. See [here](https://tsed.dev/api/graphql-ws.html) for more details.
:::

## Nexus
Expand Down
2 changes: 0 additions & 2 deletions packages/core/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ npm install --save @tsed/core

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html).

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/di/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ See more details on our documentation https://tsed.dev/providers.html

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/apollo/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/graphql-ws/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/typegraphql/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
10 changes: 4 additions & 6 deletions packages/hooks/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand All @@ -16,9 +16,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://slack.tsed.io">Slack</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
Expand All @@ -27,7 +27,7 @@

<hr />

A package of Ts.ED framework. See website: https://tsed.io/
A package of Ts.ED framework. See website: https://tsed.dev/

# Installation

Expand All @@ -37,8 +37,6 @@ npm install --save @tsed/core

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html).

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/orm/adapters-redis/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ A package of Ts.ED framework. See website: https://tsed.dev/tutorials/adapters

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/orm/adapters/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ A package of Ts.ED framework. See website: https://tsed.dev/tutorials/adapters

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/orm/ioredis/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ describe("IORedisTest", () => {

## Contributors

Please read [contributing guidelines here](https://tsed.dev/CONTRIBUTING.html)

<a href="https://github.com/tsedio/ts-express-decorators/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/orm/mikro-orm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,6 @@ When using the `AfterTransactionCommit` hook, you need to handle eventual consis

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/orm/mongoose/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ For further information, please refer to the [mongoose documentation about discr

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/orm/objection/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ class Server {}

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/orm/prisma/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ See our [documentation](https://tsed.dev/tutorials/prisma.html) for more informa

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/orm/testcontainers-mongo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ beforeEach(async () => {

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html)

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 0 additions & 2 deletions packages/perf/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ Will output:

## Contributors

Please read [contributing guidelines here](https://tsed.dev/contributing.html).

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
4 changes: 2 additions & 2 deletions packages/platform/common/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down Expand Up @@ -56,7 +56,7 @@ to make your code more readable and less error-prone.

## Documentation

Documentation is available on [https://tsed.io](https://tsed.io)
Documentation is available on [https://tsed.dev](https://tsed.dev)

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion packages/platform/platform-cache/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/platform-exceptions/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/platform-express/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
14 changes: 7 additions & 7 deletions packages/platform/platform-http/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand All @@ -16,9 +16,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://slack.tsed.io">Slack</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
Expand Down Expand Up @@ -56,16 +56,16 @@ to make your code more readable and less error-prone.

## Documentation

Documentation is available on [https://tsed.io](https://tsed.io)
Documentation is available on [https://tsed.dev](https://tsed.dev)

## Getting started

See our [getting started here](https://tsed.io/getting-started/) to create new Ts.ED project or use
See our [getting started here](https://tsed.dev/getting-started/) to create new Ts.ED project or use
our [CLI](https://cli.tsed.io)

## Examples

Examples are available on [https://tsed.io/tutorials/](https://tsed.io/tutorials/)
Examples are available on [https://tsed.dev/tutorials/](https://tsed.dev/tutorials/)

## Overview

Expand Down Expand Up @@ -112,7 +112,7 @@ async function bootstrap() {
bootstrap();
```

To customize the server settings see [Configure server with decorator](https://tsed.io/docs/configuration.md)
To customize the server settings see [Configure server with decorator](https://tsed.dev/docs/configuration.md)

#### Controller example

Expand Down
2 changes: 1 addition & 1 deletion packages/platform/platform-koa/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
10 changes: 4 additions & 6 deletions packages/platform/platform-log-middleware/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand All @@ -16,9 +16,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://slack.tsed.io">Slack</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
Expand All @@ -27,7 +27,7 @@

<hr />

A package of Ts.ED framework. See website: https://tsed.io/
A package of Ts.ED framework. See website: https://tsed.dev/

# Important

Expand Down Expand Up @@ -88,8 +88,6 @@ class Server {}

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html).

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
10 changes: 4 additions & 6 deletions packages/platform/platform-log-request/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand All @@ -16,9 +16,9 @@
</div>

<div align="center">
<a href="https://tsed.io/">Website</a>
<a href="https://tsed.dev/">Website</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://tsed.io/getting-started/">Getting started</a>
<a href="https://tsed.dev/getting-started/">Getting started</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://slack.tsed.io">Slack</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
Expand All @@ -27,7 +27,7 @@

<hr />

A package of Ts.ED framework. See website: https://tsed.io/
A package of Ts.ED framework. See website: https://tsed.dev/

# Installation

Expand Down Expand Up @@ -157,8 +157,6 @@ class Server {}

## Contributors

Please read [contributing guidelines here](https://tsed.io/contributing.html).

<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>

## Backers
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/platform-middlewares/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/platform-params/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p style="text-align: center" align="center">
<a href="https://tsed.io" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.devtsed-og.png" width="200" alt="Ts.ED logo"/></a>
</p>

<div align="center">
Expand Down
Loading

0 comments on commit 34d804e

Please sign in to comment.