Skip to content

Commit

Permalink
[FABCN-378] Update gh-pages
Browse files Browse the repository at this point in the history
- fixed 404 page (should be JSDoc, not Javadoc)
- fixed Go SDK link

Signed-off-by: James Taylor <jamest@uk.ibm.com>
  • Loading branch information
jt-nti authored and mbwhite committed Jan 28, 2020
1 parent 6850de7 commit 32b465e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ stages:
sourceFolder: '$(Build.SourcesDirectory)/docs'
targetFolder: $(Build.ArtifactStagingDirectory)/jsdoc
cleanTargetFolder: true
displayName: 'Copy jsdoc'
displayName: 'Copy JSDoc'
- task: CopyFiles@2
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
Expand Down
2 changes: 1 addition & 1 deletion docs/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ permalink: /404.html

## The page you wanted does not exist

If you were looking for Javadoc, try one of the releases below:
If you were looking for JSDoc, try one of the releases below:

{% include apidocs.html %}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Hyperledger Fabric offers a number of SDKs to support developing smart contracts
in various programming languages. There are two other smart contract SDKs available for Java, and Go, in addition to this Node.js SDK:

* [Java SDK documentation](https://hyperledger.github.io/fabric-chaincode-java/)
* [Go SDK documentation](https://godoc.org/github.com/hyperledger/fabric/core/chaincode/shim)
* [Go SDK documentation](https://godoc.org/github.com/hyperledger/fabric-chaincode-go)

## Documentation

Expand Down

0 comments on commit 32b465e

Please sign in to comment.