serverless/docs/README.md
Seiji Momoto b2423c932b
[WIP] Update documentation, README.md
## What did you implement:

Update documentation, README.md. This is related to #3916 which is a closed issue.

## How did you implement it:

Fix the URL of link to *Azure QuickStart*.

## How can we verify it:

See [README.md](https://github.com/serverless/serverless/tree/master/docs) on GitHub, and then click "Azure QuickStart". This PR modifies the URL:

- **from:** https://github.com/serverless/serverless/blob/master/docs/providers/azure/guide/quick-start
- **to:** https://github.com/serverless/serverless/blob/master/docs/providers/azure/guide/quick-start.md

## Todos:

[] Write tests
[] Write documentation
[] Fix linting errors
[] Make sure code coverage hasn't dropped
[] Provide verification config / commands / resources
[] Enable "Allow edits from maintainers" for this PR
[] Update the messages below

**Is this ready for review?:** NO
**Is it a breaking change?:** NO
2018-10-13 11:47:54 +09:00

6.5 KiB

Read this on the main serverless docs site

Documentation

The Serverless Framework is a CLI tool that allows users to build & deploy auto-scaling, pay-per-execution, event-driven functions.

Write your code, configure events to trigger your functions, then deploy & run those functions to your cloud provider via the Serverless CLI.

Getting started with serverless? Start here.

Already using AWS or another cloud provider? Read on.

Serverless Cloud Providers