docs: minor fixes for <links>, npm from daemon/web

This commit is contained in:
oopsbagel
2025-07-16 17:18:42 -07:00
committed by Cooper Quintin
parent ca0151f656
commit a72e4b2234
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
//! The spec for GSMTAP is here: https://github.com/osmocom/libosmocore/blob/master/include/osmocom/core/gsmtap.h
//! The spec for GSMTAP is here: <https://github.com/osmocom/libosmocore/blob/master/include/osmocom/core/gsmtap.h>
use deku::prelude::*;
use num_enum::TryFromPrimitive;

View File

@@ -1,7 +1,7 @@
//! HDLC stands for "High-level Data Link Control", which the diag protocol uses
//! to encapsulate its messages. QCSuper's docs describe this in more detail
//! here:
//! https://github.com/P1sec/QCSuper/blob/master/docs/The%20Diag%20protocol.md#the-diag-protocol-over-usb
//! <https://github.com/P1sec/QCSuper/blob/master/docs/The%20Diag%20protocol.md#the-diag-protocol-over-usb>
use bytes::Buf;
use crc::Crc;