Skip to content

Commit

Permalink
Merge pull request #128 from cds-hooks/specification_url_updates
Browse files Browse the repository at this point in the history
Update specification references to 'current'
  • Loading branch information
dennispatterson authored Jan 8, 2020
2 parents 33477b9 + bb0b8cf commit a2136d1
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 a2136d1

Please sign in to comment.