Skip to content

Commit b50db2b

Browse files
committed
Fixed broken links in readthedocs
Added releases.md and AttributesUsage API.md in mkdocs.yml file also fixed broken links in index.md [ci skip] Change-Id: I3650114d416aaffb8b3669353c7a6abd68ec9c9f Signed-off-by: rameshbabu79 <[email protected]>
1 parent 0e4db3a commit b50db2b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ v0.6-preview.
2727

2828
If you'd like to dive right in and get an operational experience on your local
2929
server or laptop to begin development, we have just the thing for you. We have
30-
created a standalone Docker-based [starter kit](Starter/fabric-starter-kit.md)
30+
created a standalone Docker-based [starter kit](starter/fabric-starter-kit.md)
3131
that leverages the latest published Docker images that you can run on your
3232
laptop and be up and running in no time. That should get you going with a
3333
sample application and some simple chaincode. From there, you can go deeper

mkdocs.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ pages:
1313
- Protocol Spec: protocol-spec.md
1414
- Usecases: biz/usecases.md
1515

16-
- Release Notes: v0.6_migration.md
16+
- Release Notes:
17+
- Migration Considerations: v0.6_migration.md
18+
- Releases: releases.md
1719

1820
- Starter Kit:
1921
- Starter Kit: starter/fabric-starter-kit.md
@@ -31,7 +33,8 @@ pages:
3133
- Chaincode APIs: API/ChaincodeAPI.md
3234
- Core API: API/CoreAPI.md
3335
- CA API: API/MemberServicesAPI.md
34-
- System Chaincode: SystemChaincodes/noop.md
36+
- AttributesUsage API: API/AttributesUsage.md
37+
- System Chaincode: SystemChaincode-noop.md
3538

3639
- Fabric Developer:
3740
- v1.0 Preview: abstract_v1.md

0 commit comments

Comments
 (0)