Skip to content

Commit

Permalink
Update repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Aug 8, 2022
1 parent 5b77831 commit 5b2a190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PacletInfo.wl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PacletObject[ <|
"WolframVersion" -> "13.0+",
"License" -> "MIT",
"PublisherID" -> "SamplePublisher",
"SourceControlURL" -> "https://github.com/rhennigan/PacletCICD-Examples-CompiledLibrary",
"SourceControlURL" -> "https://github.com/WolframResearch/PacletCICD-Examples-CompiledLibrary",
"Extensions" -> {
{
"Kernel",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# PacletCICD-Examples-CompiledLibrary

This is a sample Paclet used for [PacletCICD](https://github.com/rhennigan/PacletCICD) documentation examples that's meant to demonstrate CI/CD workflows that require compiling code on multiple platforms.
This is a sample Paclet used for [PacletCICD](https://github.com/WolframResearch/PacletCICD) documentation examples that's meant to demonstrate CI/CD workflows that require compiling code on multiple platforms.

A local copy can be retrieved in Wolfram Language using the following steps.

Install the [PacletCICD](https://github.com/rhennigan/PacletCICD) Paclet:
Install the [PacletCICD](https://github.com/WolframResearch/PacletCICD) Paclet:
```Mathematica
PacletInstall[ResourceObject["Wolfram/PacletCICD"]]
```
Expand Down
2 changes: 1 addition & 1 deletion ResourceDefinition.nb
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ Notebook[
CellID -> 475746126
],
Cell[
"https://github.com/rhennigan/PacletCICD-Examples-CompiledLibrary",
"https://github.com/WolframResearch/PacletCICD-Examples-CompiledLibrary",
"Text",
CellID -> 376824266
]
Expand Down

0 comments on commit 5b2a190

Please sign in to comment.