Skip to content

Commit 5e9919f

Browse files
authored
Fix incorrect URL to Parquet CPP types.h (#5790)
1 parent d65240c commit 5e9919f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet/src/basic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ pub enum PageType {
459459
/// min/max.
460460
///
461461
/// See reference in
462-
/// <https://github.com/apache/parquet-cpp/blob/master/src/parquet/types.h>
462+
/// <https://github.com/apache/arrow/blob/main/cpp/src/parquet/types.h>
463463
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
464464
#[allow(non_camel_case_types)]
465465
pub enum SortOrder {

0 commit comments

Comments
 (0)