File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,29 +12,29 @@ import SvgGo from '@site/src/svg/Go';
1212function Languages ( ) {
1313 return < section className = "rds-languages" id = "languages" >
1414 < SvgRectangles className = "shape" />
15-
15+
1616 < div className = "container" >
1717
1818 < h2 className = "section-title" > Resources by Languages</ h2 >
1919 < h3 className = "section-description" > Find documentation, sample code ad tools to develop with your favorite language.</ h3 >
2020
2121 < ul className = "languages-list" >
2222 < li >
23- < a href = { useBaseUrl ( '/develop/java' ) } >
23+ < a href = { useBaseUrl ( '/develop/java/ ' ) } >
2424 < SvgJava />
2525 < span className = "btn" > Java</ span >
2626 </ a >
2727 </ li >
2828
2929 < li >
30- < a href = { useBaseUrl ( '/develop/python' ) } >
30+ < a href = { useBaseUrl ( '/develop/python/ ' ) } >
3131 < SvgPython />
3232 < span className = "btn" > Python</ span >
3333 </ a >
3434 </ li >
3535
3636 < li >
37- < a href = { useBaseUrl ( '/develop/node' ) } >
37+ < a href = { useBaseUrl ( '/develop/node/ ' ) } >
3838 < SvgNode />
3939 < span className = "btn" > Node.js</ span >
4040 </ a >
@@ -48,7 +48,7 @@ function Languages() {
4848 </li> */ }
4949
5050 < li >
51- < a href = { useBaseUrl ( '/develop/golang' ) } >
51+ < a href = { useBaseUrl ( '/develop/golang/ ' ) } >
5252 < SvgGo />
5353 < span className = "btn" > Golang</ span >
5454 </ a >
@@ -58,5 +58,5 @@ function Languages() {
5858 </ div >
5959 </ section > ;
6060}
61-
61+
6262export default Languages ;
You can’t perform that action at this time.
0 commit comments