@@ -12,17 +12,21 @@ const messages = defineMessages({
1212 id : 'footer.copyright' ,
1313 defaultMessage : 'Copyright © {startYear}–{endYear} CollectionSpace' ,
1414 } ,
15+ documentation : {
16+ id : 'footer.documentation' ,
17+ defaultMessage : 'Access the CollectionSpace Documentation' ,
18+ } ,
1519 about : {
1620 id : 'footer.about' ,
17- defaultMessage : 'About CollectionSpace' ,
21+ defaultMessage : 'Visit the CollectionSpace Website ' ,
1822 } ,
1923 feedback : {
2024 id : 'footer.feedback' ,
21- defaultMessage : 'Leave Feedback' ,
25+ defaultMessage : 'Share Feedback with the CollectionSpace Program ' ,
2226 } ,
2327 feedbackUrl : {
2428 id : 'footer.feedbackUrl' ,
25- defaultMessage : 'http ://www.collectionspace.org/contact' ,
29+ defaultMessage : 'https ://www.collectionspace.org/contact' ,
2630 } ,
2731 release : {
2832 id : 'footer.release' ,
@@ -241,13 +245,19 @@ export default function Footer(props) {
241245 </ li >
242246
243247 < li >
244- < a href = "http://www.collectionspace.org" >
248+ < a target = "_blank" rel = "noreferrer" href = "https://collectionspace.atlassian.net/wiki/spaces/CO/overview?mode=global" >
249+ < FormattedMessage { ...messages . documentation } />
250+ </ a >
251+ </ li >
252+
253+ < li >
254+ < a target = "_blank" rel = "noreferrer" href = "https://www.collectionspace.org" >
245255 < FormattedMessage { ...messages . about } />
246256 </ a >
247257 </ li >
248258
249259 < li >
250- < a href = { intl . formatMessage ( messages . feedbackUrl ) } >
260+ < a target = "_blank" rel = "noreferrer" href = { intl . formatMessage ( messages . feedbackUrl ) } >
251261 < FormattedMessage { ...messages . feedback } />
252262 </ a >
253263 </ li >
0 commit comments