Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update zio hyperlinks #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zio-quickstart-restful-webservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
This is the simple quickstart for writing a RESTful ZIO Web Service. You can download and run it very quickly. This will give you an idea of how to write similar apps.

This quickstart shows how to build a simple RESTful web service using ZIO. It uses
- [ZIO HTTP](https://dream11.github.io/zio-http/) for the HTTP server
- [ZIO HTTP](https://zio.github.io/zio-http/) for the HTTP server
- [ZIO JSON](https://zio.github.io/zio-json/) for the JSON serialization
- [ZIO Logging](https://zio.github.io/zio-logging/) for integrate logging with slf4j
- [ZIO Config](https://zio.github.io/zio-config/) for loading configuration data

## Quickstart Guide

We have a dedicated article about this quickstart at the ZIO documentation website called [ZIO Quickstart: Building RESTful Web Service](https://zio.dev/next/quickstarts/restful-webservice)
We have a dedicated article about this quickstart at the ZIO documentation website called [ZIO Quickstart: Building RESTful Web Service](https://zio.dev/guides/quickstarts/restful-webservice/)

## Running The Example

Expand Down
Loading