@@ -46,28 +46,28 @@ class PageAbout extends Component {
4646 name : 'Use the Data' ,
4747 text : 'The simplest thing you can do to get involved is to use the data.' ,
4848 linkText : 'Learn more' ,
49- linkUrl : 'https://docs.clearlydefined.io/using-data'
49+ linkUrl : 'https://docs.clearlydefined.io/docs/get-involved/ using-data'
5050 } ,
5151 {
5252 img : CurateData ,
5353 name : 'Curate Data' ,
5454 text : 'Vet, discuss and merge contributions to the project.' ,
5555 linkText : 'Learn more' ,
56- linkUrl : 'https://docs.clearlydefined.io/data-curation'
56+ linkUrl : 'https://docs.clearlydefined.io/docs/get-involved/ data-curation'
5757 } ,
5858 {
5959 img : ContributeData ,
6060 name : 'Contribute Data' ,
6161 text : 'Enhacing the data is something that anyone can do.' ,
6262 linkText : 'Learn more' ,
63- linkUrl : 'https://docs.clearlydefined.io/contributing-data'
63+ linkUrl : 'https://docs.clearlydefined.io/docs/get-involved/ contributing-data'
6464 } ,
6565 {
6666 img : ContributeCode ,
6767 name : 'Contribute Code' ,
6868 text : 'It’s about the data but there is a non-trivial service that drives it.' ,
6969 linkText : 'Learn more' ,
70- linkUrl : 'https://docs.clearlydefined.io/contributing-code'
70+ linkUrl : 'https://docs.clearlydefined.io/docs/get-involved/ contributing-code'
7171 } ,
7272 {
7373 img : AddHarvest ,
@@ -81,7 +81,7 @@ class PageAbout extends Component {
8181 name : 'Adopt Practices' ,
8282 text : 'Help ensure that the information for components is correct.' ,
8383 linkText : 'Learn more' ,
84- linkUrl : 'https://docs.clearlydefined.io/adopting'
84+ linkUrl : 'https://docs.clearlydefined.io/docs/get-involved/ adopting'
8585 }
8686 ]
8787
@@ -96,7 +96,7 @@ class PageAbout extends Component {
9696 < p className = "about-description" >
9797 Welcome to your centralized and curated data store for Open Source Software licenses.
9898 </ p >
99- < a className = "btn-mkt" href = "https://docs.clearlydefined.io/get-involved" >
99+ < a className = "btn-mkt" href = "https://docs.clearlydefined.io/docs/ get-involved/intro " >
100100 Get Involved
101101 </ a >
102102 </ div >
0 commit comments