Skip to content

Commit 993fa94

Browse files
Merge branch 'dev-readme-links'. Close #251.
Some links to licenses, locations in the repo, travis, etc. are outdated. This issue is present both in the code and in READMEs. This branch corrects those broken links, and adjusts old links with no current counterpart to point to the appropriate tag that contains the resource pointed to. [ci skip]
2 parents e3f4e84 + 1eb492b commit 993fa94

File tree

17 files changed

+40
-24
lines changed

17 files changed

+40
-24
lines changed

copilot-c99/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-09-16
2+
* Fix outdated/broken links. (#252)
3+
14
2021-08-19
25
* Version bump (3.5). (#247)
36
* Update travis domain in README. (#222)

copilot-c99/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/Copilot-Language/copilot-c99.svg?branch=master)](https://travis-ci.com/Copilot-Language/copilot-core)
1+
[![Build Status](https://travis-ci.com/Copilot-Language/copilot.svg?branch=master)](https://app.travis-ci.com/github/Copilot-Language/copilot)
22

33
# Copilot: a stream DSL
44
Copilot-c99 implements a C99 backend for Copilot, producing high quality code
@@ -30,4 +30,4 @@ the Copilot website:
3030

3131
## License
3232
Copilot is distributed under the BSD-3-Clause license, which can be found
33-
[here](https://raw.githubusercontent.com/Copilot-Language/copilot-c99/master/LICENSE).
33+
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-c99/LICENSE).

copilot-core/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-09-16
2+
* Fix outdated/broken links. (#252)
3+
14
2021-08-19
25
* Version bump (3.5). (#247)
36
* Update travis domain in README. (#222)

copilot-core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/Copilot-Language/copilot-core.svg?branch=master)](https://travis-ci.com/Copilot-Language/copilot-core)
1+
[![Build Status](https://travis-ci.com/Copilot-Language/copilot.svg?branch=master)](https://app.travis-ci.com/github/Copilot-Language/copilot)
22

33
# Copilot: a stream DSL
44
The core language, which efficiently represents Copilot expressions. The core
@@ -30,4 +30,4 @@ the Copilot website:
3030

3131
## License
3232
Copilot is distributed under the BSD-3-Clause license, which can be found
33-
[here](https://raw.githubusercontent.com/Copilot-Language/copilot-core/master/LICENSE).
33+
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-core/LICENSE).

copilot-language/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-09-16
2+
* Fix outdated/broken links. (#252)
3+
14
2021-08-19
25
* Version bump (3.5). (#247)
36
* Update travis domain in README. (#222)

copilot-language/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![Build Status](https://travis-ci.com/Copilot-Language/copilot.svg?branch=master)](https://travis-ci.com/Copilot-Language/copilot-core)
1+
[![Build Status](https://travis-ci.com/Copilot-Language/copilot.svg?branch=master)](https://app.travis-ci.com/github/Copilot-Language/copilot)
22

33
# Copilot: a stream DSL
44
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
@@ -34,4 +34,4 @@ the Copilot website:
3434

3535
## License
3636
Copilot is distributed under the BSD-3-Clause license, which can be found
37-
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/LICENSE).
37+
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-language/LICENSE).

copilot-libraries/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-09-16
2+
* Fix outdated/broken links. (#252)
3+
14
2021-08-19
25
* Version bump (3.5). (#247)
36
* Update travis domain in README. (#222)

copilot-libraries/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/Copilot-Language/copilot.svg?branch=master)](https://travis-ci.com/Copilot-Language/copilot)
1+
[![Build Status](https://travis-ci.com/Copilot-Language/copilot.svg?branch=master)](https://app.travis-ci.com/github/Copilot-Language/copilot)
22

33
# Copilot: a stream DSL
44
User-supplied libraries for Copilot, including linear-temporal logic,
@@ -30,4 +30,4 @@ the Copilot website:
3030

3131
## License
3232
Copilot is distributed under the BSD-3-Clause license, which can be found
33-
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/LICENSE).
33+
[here](https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-libraries/LICENSE).

copilot-libraries/src/Copilot/Library/Clocks.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
-- This library generates new clocks based on a base period and phase.
77
--
88
-- = Example Usage
9-
--
10-
-- Also see @Examples/ClockExamples.hs@ in the
11-
-- <https://github.com/leepike/Copilot/tree/master/Examples Copilot repository>.
9+
--
10+
-- Also see @examples/Clock.hs@ in the
11+
-- <https://github.com/Copilot-Language/copilot/blob/master/copilot/examples/ Copilot repository>.
1212
--
1313
-- @
1414
-- 'clk' ( 'period' 3 ) ( 'phase' 1 )

copilot-libraries/src/Copilot/Library/LTL.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
-- holds if @p@ holds at least once every four periods (3 transitions).
1515
--
1616
-- /Interface:/ See @Examples/LTLExamples.hs@ in the
17-
-- <https://github.com/leepike/Copilot/tree/master/Examples Copilot repository>.
18-
--
17+
-- <https://github.com/Copilot-Language/copilot/blob/v2.2.1/Examples Copilot repository>.
18+
--
1919
-- You can embed an LTL specification within a Copilot specification using the
2020
-- form:
2121
--

0 commit comments

Comments
 (0)