Skip to content

Commit c2d406c

Browse files
author
Jeppe Odgaard
committed
[DOCS] README.md: fix broken links
Fix links which returns error code 404.
1 parent c75bbd5 commit c2d406c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ CANopen Object Dictionary Editor:
88
- Exports: CANopen electronic data sheets in EDS or XDD format, documentation, CANopenNode C source files and more.
99
- Interfaces: GUI editor for CANopen Object Dictionary, Device information, etc. CLI client for simple conversions.
1010

11-
CANopen is the internationally standardized (EN 50325-4) ([CiA301](http://can-cia.org/standardization/technical-documents)) higher-layer protocol for embedded control system built on top of CAN. For more information on CANopen see http://www.can-cia.org/ .
11+
CANopen is the internationally standardized (EN 50325-4) ([CiA301](https://can-cia.org/cia-groups/technical-documents)) higher-layer protocol for embedded control system built on top of CAN. For more information on CANopen see http://www.can-cia.org/.
1212

1313
[CANopenNode](https://github.com/CANopenNode/CANopenNode) is a free and open source CANopen Stack.
1414

1515
Repository structure
1616
--------
1717
This repository is home to three projects:
18-
- [LibEDSsharp](https://github.com/CANopenNode/CANopenEditor/blob/docs/libEDSsharp/README.md), a C# library for EDS files manipulation which went upstream and is now maintained in this repository.
19-
- [A CLI](https://github.com/CANopenNode/CANopenEditor/blob/docs/EDSSharp/README.md), used for simple conversions across all supported formats.
20-
- [A GUI](https://github.com/CANopenNode/CANopenEditor/blob/docs/EDSEditorGUI/README.md) for full manipulation of your CANopen files [which is being rewritten to be more multi platform](https://github.com/CANopenNode/CANopenEditor/blob/docs/EDSEditorGUI2/README.md).
18+
- [LibEDSsharp](https://github.com/CANopenNode/CANopenEditor/blob/main/libEDSsharp/README.md), a C# library for EDS files manipulation which went upstream and is now maintained in this repository.
19+
- [A CLI](https://github.com/CANopenNode/CANopenEditor/blob/main/EDSSharp/README.md), used for simple conversions across all supported formats.
20+
- [A GUI](https://github.com/CANopenNode/CANopenEditor/blob/main/EDSEditorGUI/README.md) for full manipulation of your CANopen files [which is being rewritten to be more multi platform](https://github.com/CANopenNode/CANopenEditor/blob/main/EDSEditorGUI2/README.md).
2121

2222
How to use
2323
--------

0 commit comments

Comments
 (0)