Skip to content

Commit 67817f5

Browse files
authored
vdk-jupyter: Update ConvertJobToNotebook doc (#2702)
Add link to getting started
1 parent 80219f6 commit 67817f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/src/components/ConvertJobToNotebook.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export const populateNotebook = async (notebookTracker: INotebookTracker) => {
250250
'* *This is a notebook transformed from a directory style data job located in ' +
251251
jobData.get(VdkOption.PATH) +
252252
'.*\n',
253-
'* *If you are not familiar with notebook data jobs make sure to check the **Getting Started**(TODO: add link) page.*\n',
253+
'* *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',
254254
'* *You can find an archive of the **original job** at ' +
255255
jobData.get(VdkOption.PATH)!.split(/[/\\]/).slice(0, -1).join('/') +
256256
'.*'

0 commit comments

Comments
 (0)