Skip to content

Commit

Permalink
Update specification references to 'current'
Browse files Browse the repository at this point in the history
  • Loading branch information
dennispatterson committed Jan 8, 2020
1 parent 33477b9 commit bb0b8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/actions/medication-select-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function toggleDate(range) {
* Takes action on the user-clicked suggestion from a card. The suggestion will be the suggestion chosen
* from the CDS service response (exact format from specification).
*
* @param {*} suggestion - Object containing the suggestion chosen from the user (see format here: http://cds-hooks.org/specification/1.0/#suggestion)
* @param {*} suggestion - Object containing the suggestion chosen from the user (see format here: https://cds-hooks.org/specification/current/#suggestion)
*/
export function takeSuggestion(suggestion) {
return {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ServicesEntry/services-entry.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class ServicesEntry extends Component {
<Text isItalic>
Note: See&nbsp;
<a
href="http://cds-hooks.org/specification/1.0/#discovery"
href="https://cds-hooks.org/specification/current/#discovery"
rel="noreferrer noopener"
target="_blank"
>
Expand Down

0 comments on commit bb0b8cf

Please sign in to comment.