Skip to content

Commit

Permalink
Fix broken links in README and FAQ. (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander C. Utter <[email protected]>
  • Loading branch information
ooterness and aero-utter authored Jan 16, 2025
1 parent 9b41cd3 commit ff328d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In addition to these building blocks, we include several
The easiest way to get started is with the
[Digilent Arty A7](https://store.digilentinc.com/arty-a7-artix-7-fpga-development-board-for-makers-and-hobbyists/),
a low-cost FPGA development board. We've included a reference design and
[companion documentation](doc/ARTY_A7.md) that specifically targets this board.
[companion documentation](examples/arty_a7/) that specifically targets this board.
PMOD connector pinouts are chosen to be directly compatible with off-the-shelf USB-UART adapters.

Other reference designs include the [prototype](doc/images/prototype.jpg) that we built to develop, test, and demonstrate the SatCat5 switch.
Expand Down Expand Up @@ -140,15 +140,15 @@ A log of major changes per SatCat5 release can be found in the [Change Log](doc/

# Patents

Portions of SatCat5 are patented or patent-pending, e.g., US11055254B2.
Portions of SatCat5 are patented or patent-pending, e.g., US20210173806A1 and US20240204788A1.

In accordance with SatCat5's open-source license agreement,
we grant a royalty-free license for use of these technologies.
Refer to section 7 of the CERN-OHL-W v2 license for details.

# Copyright Notice

Copyright 2019-2024 The Aerospace Corporation.
Copyright 2019-2025 The Aerospace Corporation.

This file is a part of SatCat5, licensed under CERN-OHL-W v2 or later.

Expand All @@ -158,4 +158,4 @@ or (at your option) any later weakly reciprocal version.

SatCat5 is distributed WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING
OF MERCHANTABILITY, SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR
PURPOSE. Please see (https:/cern.ch/cern-ohl) for applicable conditions.
PURPOSE. Please see (https://cern.ch/cern-ohl) for applicable conditions.
8 changes: 4 additions & 4 deletions doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ legal terms are ambiguous or difficult to apply to FPGA designs.
Such concerns are [echoed by OSHWA](https://www.oshwa.org/best-practices-for-sharing-fpga-designs-2/),
which now recommends CERN-OHL licenses for open hardware and gateware.

Moving forward, we chose [CERN-OHL-W v2 or later](https:/cern.ch/cern-ohl)
Moving forward, we chose [CERN-OHL-W v2 or later](https://cern.ch/cern-ohl)
for the same reason we chose LGPL. They are very similar in strategic intent.

### Can I help?
Expand Down Expand Up @@ -419,7 +419,7 @@ The name is intended to indicate that the device acts as close as possible to a
Ideally, it simply allows every packet through, verbatim,
and doesn't really act like an independent device.

Refer to the [Pi-Wire README](../test/pi_wire/README.md) for additional information.
Refer to the [Pi-Wire README](../test/pi_wire/readme.md) for additional information.

### What interfaces are supported?

Expand Down Expand Up @@ -665,7 +665,7 @@ Refer to section 7 of the CERN-OHL-W v2 license for details.

# Copyright Notice

Copyright 2019-2024 The Aerospace Corporation
Copyright 2019-2025 The Aerospace Corporation

This file is a part of SatCat5, licensed under CERN-OHL-W v2 or later.

Expand All @@ -675,4 +675,4 @@ or (at your option) any later weakly reciprocal version.

SatCat5 is distributed WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING
OF MERCHANTABILITY, SATISFACTORY QUALITY, AND FITNESS FOR A PARTICULAR
PURPOSE. Please see (https:/cern.ch/cern-ohl) for applicable conditions.
PURPOSE. Please see (https://cern.ch/cern-ohl) for applicable conditions.

0 comments on commit ff328d9

Please sign in to comment.