Skip to content

Commit

Permalink
vdk-jupyter: Update ConvertJobToNotebook doc (#2702)
Browse files Browse the repository at this point in the history
Add link to getting started
  • Loading branch information
antoniivanov authored Sep 26, 2023
1 parent 80219f6 commit 67817f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const populateNotebook = async (notebookTracker: INotebookTracker) => {
'* *This is a notebook transformed from a directory style data job located in ' +
jobData.get(VdkOption.PATH) +
'.*\n',
'* *If you are not familiar with notebook data jobs make sure to check the **Getting Started**(TODO: add link) page.*\n',
'* *If you are not familiar with notebook data jobs make sure to check the [Getting Started](https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-plugins/vdk-jupyter/getting-started.ipynb) page.*\n',
'* *You can find an archive of the **original job** at ' +
jobData.get(VdkOption.PATH)!.split(/[/\\]/).slice(0, -1).join('/') +
'.*'
Expand Down

0 comments on commit 67817f5

Please sign in to comment.