Skip to content

Commit

Permalink
Merge pull request #73 from netsage-project/feature/docs_updates
Browse files Browse the repository at this point in the history
Feature/docs updates
  • Loading branch information
lisaens authored Nov 17, 2020
2 parents 4f56721 + fcb2f25 commit 7646604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
remarkPlugins: [require("remark-import-partial")],
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
lastVersion: "1.2.6",
lastVersion: "1.2.7",
versions: {
current: {
label: `master (unreleased)`,
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Home() {
"button button--outline button--secondary button--lg",
styles.getStarted
)}
to={useBaseUrl("docs/pipeline")}
to={useBaseUrl("docs/pipeline/intro")}
>
Pipeline Documentation
</Link>
Expand Down

0 comments on commit 7646604

Please sign in to comment.