Skip to content

Commit f0c625c

Browse files
Fix broken links to paths in repo in READMEs. Refs #251.
The links to the copilot-libraries and examples directories in the repo in two READMEs were broken as a result of a repo reorganization. This commit corrects those links. [ci skip]
1 parent ef6cbcb commit f0c625c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

copilot-language/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Copilot-language contains the actual embedded domain specific language that
55
Copilot provides to its users. It comes with a series of basic operators and
66
functionality, typically enough for most applications. Extended functionality
77
is provided by the
8-
[copilot-libraries](https://github.com/Copilot-Language/copilot-libraries)
8+
[copilot-libraries](https://github.com/Copilot-Language/copilot/tree/master/copilot-libraries)
99
module.
1010

1111
Copilot is a runtime verification framework written in Haskell. It allows the

copilot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ have trouble building/installing.
7676
## Example
7777
Here follows a simple example of a heating system. Other examples can be found
7878
in the [examples
79-
directory](https://github.com/Copilot-Language/copilot/tree/master/examples)
79+
directory](https://github.com/Copilot-Language/copilot/tree/master/copilot/examples)
8080
of the main repository.
8181

8282
```haskell

0 commit comments

Comments
 (0)