Skip to content

Commit

Permalink
Fix: change URL links to new repo location.
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoCanessa committed Aug 29, 2024
1 parent c92a9d2 commit 02eb763
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5362,7 +5362,7 @@ private CapabilityStatement UpdateCapabilities()
Implementation = new()
{
Description = "fhir-candle: A FHIR Server for testing and development",
Url = "https://github.com/GinoCanessa/fhir-candle",
Url = "https://github.com/FHIR/fhir-candle",
},
FhirVersion = CommonToFirelyVersion(_config.FhirVersion),
Format = _config.SupportedFormats,
Expand Down
4 changes: 2 additions & 2 deletions src/fhir-candle/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
</FluentBreadcrumb>
<FluentSpacer />
<FluentAnchor Href="https://github.com/GinoCanessa/fhir-candle" Target="_blank" Appearance="Appearance.Filled">
<FluentAnchor Href="https://github.com/FHIR/fhir-candle" Target="_blank" Appearance="Appearance.Filled">
<img src="media/github-mark-white.svg" height="20" width="20" style="background-color: var(--accent-base-color); position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);" />
</FluentAnchor>
<FluentSpacer Width="8" />
Expand All @@ -63,7 +63,7 @@
}
</FluentBreadcrumb>
<FluentSpacer />
<FluentAnchor Href="https://github.com/GinoCanessa/fhir-candle" Target="_blank" Appearance="Appearance.Filled">
<FluentAnchor Href="https://github.com/FHIR/fhir-candle" Target="_blank" Appearance="Appearance.Filled">
<img src="media/github-mark-white.svg" height="20" width="20" style="background-color: var(--accent-base-color); position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);" />
</FluentAnchor>
<FluentSpacer Width="8" />
Expand Down
2 changes: 1 addition & 1 deletion src/fhir-candle/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<FluentDataGridRow>
<FluentDataGridCell GridColumn=1>GitHub Repository for this software</FluentDataGridCell>
<FluentDataGridCell GridColumn=2>
<FluentAnchor Appearance="Appearance.Hypertext" Href="https://github.com/GinoCanessa/fhir-candle" Target="_blank">github.com</FluentAnchor>
<FluentAnchor Appearance="Appearance.Hypertext" Href="https://github.com/FHIR/fhir-candle" Target="_blank">github.com</FluentAnchor>
</FluentDataGridCell>
</FluentDataGridRow>

Expand Down
2 changes: 1 addition & 1 deletion src/fhir-candle/fhir-candle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageOutputPath>..\..\nupkg</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/GinoCanessa/fhir-candle</PackageProjectUrl>
<PackageProjectUrl>https://github.com/FHIR/fhir-candle</PackageProjectUrl>
<PackageTags>fhir;server;</PackageTags>

<!--<StaticWebAssetBasePath>ui</StaticWebAssetBasePath>-->
Expand Down

0 comments on commit 02eb763

Please sign in to comment.