Skip to content

Commit f4c155a

Browse files
authored
docs: Fix broken links in README (#533)
1 parent 22e6d79 commit f4c155a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ An application-oriented unified storage layer for Golang.
1717

1818
### Widely services support
1919

20-
- [azblob](./services/azblob/): [Azure Blob storage](https://docs.microsoft.com/en-us/azure/storage/blobs/)
21-
- [cos](./services/cos/): [Tencent Cloud Object Storage](https://cloud.tencent.com/product/cos)
22-
- [dropbox](./services/dropbox/): [Dropbox](https://www.dropbox.com)
23-
- [fs](./services/fs/): Local file system
24-
- [gcs](./services/gcs/): [Google Cloud Storage](https://cloud.google.com/storage/)
25-
- [kodo](./services/kodo/): [qiniu kodo](https://www.qiniu.com/products/kodo)
26-
- [oss](./services/oss/): [Aliyun Object Storage](https://www.aliyun.com/product/oss)
27-
- [qingstor](./services/qingstor/): [QingStor Object Storage](https://www.qingcloud.com/products/qingstor/)
28-
- [s3](./services/s3/): [Amazon S3](https://aws.amazon.com/s3/)
29-
- [uss](./services/uss/): [UPYUN Storage Service](https://www.upyun.com/products/file-storage)
20+
- [azblob](https://github.com/aos-dev/go-service-azblob/): [Azure Blob storage](https://docs.microsoft.com/en-us/azure/storage/blobs/)
21+
- [cos](https://github.com/aos-dev/go-service-cos/): [Tencent Cloud Object Storage](https://cloud.tencent.com/product/cos)
22+
- [dropbox](https://github.com/aos-dev/go-service-dropbox/): [Dropbox](https://www.dropbox.com)
23+
- [fs](https://github.com/aos-dev/go-service-fs/): Local file system
24+
- [gcs](https://github.com/aos-dev/go-service-gcs/): [Google Cloud Storage](https://cloud.google.com/storage/)
25+
- [kodo](https://github.com/aos-dev/go-service-kodo/): [qiniu kodo](https://www.qiniu.com/products/kodo)
26+
- [oss](https://github.com/aos-dev/go-service-oss/): [Aliyun Object Storage](https://www.aliyun.com/product/oss)
27+
- [qingstor](https://github.com/aos-dev/go-service-qingstor/): [QingStor Object Storage](https://www.qingcloud.com/products/qingstor/)
28+
- [s3](https://github.com/aos-dev/go-service-s3/): [Amazon S3](https://aws.amazon.com/s3/)
29+
- [uss](https://github.com/aos-dev/go-service-uss/): [UPYUN Storage Service](https://www.upyun.com/products/file-storage)
3030

3131
### Servicer operation support
3232

@@ -75,7 +75,7 @@ Optional metadata
7575
- `content-type`: media type as defined in [rfc2616](https://tools.ietf.org/html/rfc2616#section-14.17)
7676
- `etag`: entity tag as defined in [rfc2616](https://tools.ietf.org/html/rfc2616#section-14.19)
7777
- `storage-class`: object's storage class as defined
78-
in [storage proposal](./docs/design/8-normalize-metadata-storage-class.md)
78+
in [storage proposal](https://github.com/aos-dev/specs/tree/master/rfcs/8-normalize-metadata-storage-class.md)
7979

8080
## Quick Start
8181

0 commit comments

Comments
 (0)