Skip to content

Commit

Permalink
update github link to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaudacious committed Sep 20, 2019
1 parent 0ee5d0f commit fdbf59c
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export class CcdaR2ValidatorComponent implements OnInit {
@ViewChild('blockModal') blockModal:ModalComponent;
@Input() inDebugMode: boolean;

private senderGitHubUrl = 'https://api.github.com/repos/siteadmin/2015-Certification-C-CDA-Test-Data/contents/Sender SUT Test Data';
private receiverGitHubUrl = 'https://api.github.com/repos/siteadmin/2015-Certification-C-CDA-Test-Data/contents/Receiver SUT Test Data';
private senderGitHubUrl = 'https://api.github.com/repos/onc-healthit/2015-certification-ccda-testdata/contents/Sender SUT Test Data';
private receiverGitHubUrl = 'https://api.github.com/repos/onc-healthit/2015-certification-ccda-testdata/contents/Receiver SUT Test Data';
public validationObjectives: any;
public referenceFiles: any;
public severityLevels: Array<any> =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Component, OnInit, ViewChild} from "@angular/core";
import {Http} from "@angular/http";
import {ModalComponent} from "ng2-bs3-modal/ng2-bs3-modal";

const ccdaValidatorReleaseNotesMarkdownURL = 'https://raw.githubusercontent.com/siteadmin/SITE-Content/master/CCDAValidatorReleaseNotes.md';
const ccdaValidatorReleaseNotesMarkdownURL = 'https://raw.githubusercontent.com/onc-healthit/site-content/master/CCDAValidatorReleaseNotes.md';
@Component({
selector: 'ccda-validator-release-notes',
templateUrl: './ccda-validator-release-notes.component.html',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2 class="panel-title">SITE sends XDR messages to your system</h2>
<div class="well">
<h3>Links to XDR Reference Information</h3>
<a class="btn btn-default" href="http://www.ihe.net/Technical_Framework/upload/IHE_ITI_Suppl_Support-for-Metadata-Limited-Doc-Sources_Rev1-1_TI_2011-08-19.pdf" style="width: 100%;" tabindex="1" target="_blank">IHE XDR profile for Limited Metadata Sources</a><span class="external-page embedded"><a class="ext-icon" href="http://www.hhs.gov/disclaimer.html" tabindex="1" target="_blank" title="Web Site Disclaimers"><span class="hiddenText">Web Site Disclaimers</span></a></span>
<a class="btn btn-default" href="https://github.com/siteadmin/soap" style="width: 100%;" tabindex="1" target="_blank">SITE IHE XDR Test Tool Implementation</a><span class="external-page embedded"><a class="ext-icon" href="http://www.hhs.gov/disclaimer.html" tabindex="1" target="_blank" title="Web Site Disclaimers"><span class="hiddenText">Web Site Disclaimers</span></a></span>
<a class="btn btn-default" href="https://github.com/onc-healthit/soap" style="width: 100%;" tabindex="1" target="_blank">SITE IHE XDR Test Tool Implementation</a><span class="external-page embedded"><a class="ext-icon" href="http://www.hhs.gov/disclaimer.html" tabindex="1" target="_blank" title="Web Site Disclaimers"><span class="hiddenText">Web Site Disclaimers</span></a></span>
<a class="btn btn-default" href="http://wiki.directproject.org/file/view/Implementation+Guide+for+Direct+Edge+Protocols+v1.1.pdf" style="width: 100%;" tabindex="1" target="_blank">XDR in the context of Direct Edge Protocols</a><span class="external-page embedded"> <a class="ext-icon" href="http://www.hhs.gov/disclaimer.html"><span class="hiddenText">Web Site Disclaimers</span></a></span><span class="external-page embedded"><a class="ext-icon" href="http://www.hhs.gov/disclaimer.html" tabindex="1" target="_blank" title="Web Site Disclaimers"><span class="hiddenText">Web Site Disclaimers</span></a></span>
<a class="btn btn-default" href="https://edge.nist.gov/ett/#/edge/xdr" style="width: 100%;" tabindex="1" target="_blank">Edge Test Tool for Direct Edge Protocols</a><span class="external-page embedded"><a class="ext-icon" href="http://www.hhs.gov/disclaimer.html" tabindex="1" target="_blank" title="Web Site Disclaimers"><span class="hiddenText">Web Site Disclaimers</span></a></span>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Component, OnInit} from "@angular/core";
import {Http} from "@angular/http";

const featureTableMarkdownURL = 'https://raw.githubusercontent.com/siteadmin/SITE-Content/master/FeatureTable.md';
const featureTableMarkdownURL = 'https://raw.githubusercontent.com/onc-healthit/site-content/master/FeatureTable.md';
@Component({
selector: 'site-features-table',
templateUrl: './site-features-table.component.html',
Expand Down
2 changes: 1 addition & 1 deletion src/app/site-header-component/site-header-component.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Component, OnInit} from "@angular/core";
import {Http} from "@angular/http";
const systemMessageMarkdownURL = 'https://raw.githubusercontent.com/siteadmin/SITE-Content/master/SITESystemMessage.md';
const systemMessageMarkdownURL = 'https://raw.githubusercontent.com/onc-healthit/site-content/master/SITESystemMessage.md';
const COMMENT_PSEUDO_COMMENT_OR_LT_BANG = new RegExp(
'<!--[\\s\\S]*?(?:-->)?'
+ '<!---+>?' // A comment with no body
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Component, OnInit, ViewChild} from "@angular/core";
import {Http} from "@angular/http";
import {ModalComponent} from "ng2-bs3-modal/ng2-bs3-modal";

const newsAndAnnouncementsMarkdownURL = 'https://raw.githubusercontent.com/siteadmin/SITE-Content/master/NewsAndAnnouncements.md';
const newsAndAnnouncementsMarkdownURL = 'https://raw.githubusercontent.com/onc-healthit/site-content/master/NewsAndAnnouncements.md';

@Component({
selector: 'site-news-announcements',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Component, OnInit} from "@angular/core";
import {Http} from "@angular/http";

const nistToolsMarkdownURL = 'https://raw.githubusercontent.com/siteadmin/SITE-Content/master/TestingTools.md';
const nistToolsMarkdownURL = 'https://raw.githubusercontent.com/onc-healthit/site-content/master/TestingTools.md';

@Component({
selector: 'app-site-nist-tools',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Component, OnInit, ViewChild} from "@angular/core";
import {Http} from "@angular/http";
import {ModalComponent} from "ng2-bs3-modal/ng2-bs3-modal";

const releaseNotesMarkdownURL = 'https://raw.githubusercontent.com/siteadmin/SITE-Content/master/ReleaseNotes.md';
const releaseNotesMarkdownURL = 'https://raw.githubusercontent.com/onc-healthit/site-content/master/ReleaseNotes.md';
@Component({
selector: 'site-release-notes',
templateUrl: './site-release-notes.component.html',
Expand Down
2 changes: 1 addition & 1 deletion src/app/site-version-component/site-version.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Component, OnInit} from "@angular/core";
import {Http} from "@angular/http";

const versionMarkdownURL = 'https://raw.githubusercontent.com/siteadmin/SITE-Content/master/Version.md';
const versionMarkdownURL = 'https://raw.githubusercontent.com/onc-healthit/site-content/master/Version.md';
@Component({
selector: 'site-version',
templateUrl: './site-version.component.html',
Expand Down

0 comments on commit fdbf59c

Please sign in to comment.