@@ -35,7 +35,6 @@ import ListBarSession from "../../../components/list/ListBarSessions";
35
35
import { SortingOptions } from "../../../components/sortingEntities/SortingEntities" ;
36
36
import { Notebook } from "../../../notebooks/components/session.types" ;
37
37
import { urlMap } from "../../../project/list/ProjectList.container" ;
38
- import { Docs } from "../../../utils/constants/Docs" ;
39
38
import AppContext from "../../../utils/context/appContext" ;
40
39
import useAppDispatch from "../../../utils/customHooks/useAppDispatch.hook" ;
41
40
import useAppSelector from "../../../utils/customHooks/useAppSelector.hook" ;
@@ -80,36 +79,36 @@ function ProjectAlert({ total }: ProjectAlertProps) {
80
79
< strong > You do not have any projects yet.</ strong >
81
80
</ h3 >
82
81
< p >
83
- If you are here for your first time, we recommend you go to through
84
- our { " " }
82
+ You are accessing the "legacy" version of Renku. If you are here for
83
+ your first time, we recommend you go to { " " }
85
84
< ExternalLink
86
85
role = "text"
87
- title = "tutorial "
86
+ title = "Renku 2.0 "
88
87
className = "fw-bold"
89
- url = { Docs . READ_THE_DOCS_TUTORIALS_STARTING }
88
+ url = { "/" }
90
89
/>
91
- . You can also { " " }
90
+ , and follow the { " " }
92
91
< ExternalLink
93
92
role = "text"
94
- title = "create a new project "
95
- url = "/v1/projects/new "
93
+ title = "hands-on tutorial "
94
+ url = "https://renku.notion.site/Hands-On-Tutorial-1a50df2efafc800f8554e30fd7458fa6 "
96
95
className = "fw-bold"
97
96
/>
98
- , { " " }
97
+ . You may also { " " }
99
98
< ExternalLink
100
99
role = "text"
101
100
title = "explore other projects"
102
- url = "/v1/ search"
101
+ url = "/search"
103
102
className = "fw-bold"
104
103
/> { " " }
105
- or{ " " }
104
+ or learn more about Renku features in our { " " }
106
105
< ExternalLink
107
106
role = "text"
108
- title = "search "
109
- url = "/v1/search "
107
+ title = "Community Portal "
108
+ url = "https://renku.notion.site/Renku-Community-Portal-2a154d7d30b24ab8a5968c60c2592d87 "
110
109
className = "fw-bold"
111
110
/> { " " }
112
- for a specific project or dataset .
111
+ .
113
112
</ p >
114
113
</ div >
115
114
</ InfoAlert >
0 commit comments