Skip to content

Commit d0bd651

Browse files
Update branding
1 parent 1565632 commit d0bd651

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
Regulated DSDL definitions
22
==========================
33

4-
[![Main Workflow](https://github.com/UAVCAN/public_regulated_data_types/actions/workflows/main.yml/badge.svg)](https://github.com/UAVCAN/public_regulated_data_types/actions/workflows/main.yml)
5-
[![Forum](https://img.shields.io/discourse/https/forum.uavcan.org/users.svg)](https://forum.uavcan.org)
4+
[![Main Workflow](https://github.com/OpenCyphal/public_regulated_data_types/actions/workflows/main.yml/badge.svg)](https://github.com/OpenCyphal/public_regulated_data_types/actions/workflows/main.yml)
5+
[![Forum](https://img.shields.io/discourse/https/forum.opencyphal.org/users.svg)](https://forum.opencyphal.org)
66

7-
This repository contains definitions of the regulated UAVCAN v1 data types.
8-
[UAVCAN](http://uavcan.org) is an open technology for real-time intravehicular distributed computing
7+
This repository contains definitions of the regulated Cyphal data types.
8+
[Cyphal](http://opencyphal.org) is an open technology for real-time intravehicular distributed computing
99
and communication based on modern networking standards.
10-
The name stands for *Uncomplicated Application-level Vehicular Computing And Networking*.
1110

1211
Contributors must obey the guidelines defined in this document.
13-
Feedback and proposals are welcome on the [UAVCAN forum](https://forum.uavcan.org).
12+
Feedback and proposals are welcome on the [Cyphal forum](https://forum.opencyphal.org).
1413

15-
A web-based DSDL compiler is available at [nunaweb.uavcan.org](https://nunaweb.uavcan.org).
14+
A web-based DSDL compiler is available at [nunaweb.opencyphal.org](https://nunaweb.opencyphal.org).
1615

1716
## Namespaces
1817

@@ -129,13 +128,13 @@ Non-standard regulated data types are contained in the root namespace `reg`.
129128
The root namespace contains nested namespaces, one per application domain, named after the domain.
130129

131130
Note for authors of ***unregulated*** data type definitions:
132-
the UAVCAN specification explicitly bans namespaces that share the same name but differ in their contents.
131+
the Cyphal specification explicitly bans namespaces that share the same name but differ in their contents.
133132
Users seeking to define unregulated data types shall not put those into the regulated namespace;
134133
instead, a new root namespace (named after the vendor) shall be used.
135134

136135
## Guidelines for data type authors
137136

138-
Follow the interface design guidelines provided in [**The UAVCAN Guide**](https://uavcan.org/guide).
137+
Follow the interface design guidelines provided in [**The Cyphal Guide**](https://opencyphal.org/guide).
139138

140139
Every data type definition should have a header comment.
141140
Every field should be followed by a comment, unless it is certain that it is completely self-explanatory.

0 commit comments

Comments
 (0)