Skip to content

Commit 4d4e755

Browse files
committed
Fix relative links
1 parent b6f9f54 commit 4d4e755

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

doc/content/en/docs/1.11.1/IDL Language/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ The primitive types supported by Avro IDL are the same as those supported by Avr
170170
### Logical Types
171171
Some of the logical types supported by Avro's JSON format are also supported by Avro IDL. The currently supported types are:
172172
173-
* _decimal_ (logical type [decimal]({{< relref "specification#decimal" >}}))
174-
* _date_ (logical type [date]({{< relref "specification#date" >}}))
175-
* _time_ms_ (logical type [time-millis]({{< relref "specification#time-millisecond-precision" >}}))
176-
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "specification#timestamp-millisecond-precision" >}}))
173+
* _decimal_ (logical type [decimal]({{< relref "../specification#decimal" >}}))
174+
* _date_ (logical type [date]({{< relref "../specification#date" >}}))
175+
* _time_ms_ (logical type [time-millis]({{< relref "../specification#time-millisecond-precision" >}}))
176+
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "../specification#timestamp-millisecond-precision" >}}))
177177
178178
For example:
179179
```java
@@ -206,7 +206,7 @@ record Card {
206206
```
207207
208208
### Default Values
209-
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "specification#schema-record" >}}).
209+
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "../specification#schema-record" >}}).
210210
211211
### Complex Types
212212

doc/content/en/docs/1.11.2/IDL Language/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ The primitive types supported by Avro IDL are the same as those supported by Avr
170170
### Logical Types
171171
Some of the logical types supported by Avro's JSON format are also supported by Avro IDL. The currently supported types are:
172172
173-
* _decimal_ (logical type [decimal]({{< relref "specification#decimal" >}}))
174-
* _date_ (logical type [date]({{< relref "specification#date" >}}))
175-
* _time_ms_ (logical type [time-millis]({{< relref "specification#time-millisecond-precision" >}}))
176-
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "specification#timestamp-millisecond-precision" >}}))
177-
* _uuid_ (logical type [uuid]({{< relref "specification#uuid" >}}))
173+
* _decimal_ (logical type [decimal]({{< relref "../specification#decimal" >}}))
174+
* _date_ (logical type [date]({{< relref "../specification#date" >}}))
175+
* _time_ms_ (logical type [time-millis]({{< relref "../specification#time-millisecond-precision" >}}))
176+
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "../specification#timestamp-millisecond-precision" >}}))
177+
* _uuid_ (logical type [uuid]({{< relref "../specification#uuid" >}}))
178178
179179
For example:
180180
```java
@@ -208,7 +208,7 @@ record Card {
208208
```
209209
210210
### Default Values
211-
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "specification#schema-record" >}}).
211+
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "../specification#schema-record" >}}).
212212
213213
### Complex Types
214214

doc/content/en/docs/1.11.3/IDL Language/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ The primitive types supported by Avro IDL are the same as those supported by Avr
170170
### Logical Types
171171
Some of the logical types supported by Avro's JSON format are also supported by Avro IDL. The currently supported types are:
172172
173-
* _decimal_ (logical type [decimal]({{< relref "specification#decimal" >}}))
174-
* _date_ (logical type [date]({{< relref "specification#date" >}}))
175-
* _time_ms_ (logical type [time-millis]({{< relref "specification#time-millisecond-precision" >}}))
176-
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "specification#timestamp-millisecond-precision" >}}))
177-
* _uuid_ (logical type [uuid]({{< relref "specification#uuid" >}}))
173+
* _decimal_ (logical type [decimal]({{< relref "../specification#decimal" >}}))
174+
* _date_ (logical type [date]({{< relref "../specification#date" >}}))
175+
* _time_ms_ (logical type [time-millis]({{< relref "../specification#time-millisecond-precision" >}}))
176+
* _timestamp_ms_ (logical type [timestamp-millis]({{< relref "../specification#timestamp-millisecond-precision" >}}))
177+
* _uuid_ (logical type [uuid]({{< relref "../specification#uuid" >}}))
178178
179179
For example:
180180
```java
@@ -208,7 +208,7 @@ record Card {
208208
```
209209
210210
### Default Values
211-
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "specification#schema-record" >}}).
211+
Default values for fields may be optionally specified by using an equals sign after the field name followed by a JSON expression indicating the default value. This JSON is interpreted as described in the [spec]({{< relref "../specification#schema-record" >}}).
212212
213213
### Complex Types
214214

0 commit comments

Comments
 (0)