Skip to content

Commit

Permalink
update文档链接
Browse files Browse the repository at this point in the history
  • Loading branch information
terlinhe committed Nov 13, 2020
1 parent de6b8c0 commit ac8d484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcs-projmgr/frontend/src/components/Header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default class Header extends Vue {
} else {
prefix = BCS_DOCS_URL
}
window.open(prefix + 'document/6.0/144/6523', '_blank')
window.open(prefix + 'markdown/%E5%AE%B9%E5%99%A8%E7%AE%A1%E7%90%86%E5%B9%B3%E5%8F%B0/%E4%BA%A7%E5%93%81%E7%99%BD%E7%9A%AE%E4%B9%A6/Introduction/README.md', '_blank')
}
goToPm(): void {
Expand Down

0 comments on commit ac8d484

Please sign in to comment.