mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	| @@ -7,7 +7,7 @@ JSON Lines format. | ||||
| [](https://ci.appveyor.com/project/BurntSushi/ripgrep) | ||||
| [](https://crates.io/crates/grep-printer) | ||||
|  | ||||
| Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org). | ||||
| Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/). | ||||
|  | ||||
| ### Documentation | ||||
|  | ||||
|   | ||||
| @@ -112,7 +112,7 @@ impl JSONBuilder { | ||||
| /// | ||||
| /// ## Overview | ||||
| /// | ||||
| /// The format of this printer is the [JSON Lines](http://jsonlines.org/) | ||||
| /// The format of this printer is the [JSON Lines](https://jsonlines.org/) | ||||
| /// format. Specifically, this printer emits a sequence of messages, where | ||||
| /// each message is encoded as a single JSON value on a single line. There are | ||||
| /// four different types of messages (and this number may expand over time): | ||||
|   | ||||
| @@ -13,7 +13,7 @@ statistics. | ||||
|  | ||||
| The [`JSON`](struct.JSON.html) printer shows results in a machine readable | ||||
| format. To facilitate a stream of search results, the format uses | ||||
| [JSON Lines](http://jsonlines.org/) | ||||
| [JSON Lines](https://jsonlines.org/) | ||||
| by emitting a series of messages as search results are found. | ||||
|  | ||||
| The [`Summary`](struct.Summary.html) printer shows *aggregate* results for a | ||||
|   | ||||
		Reference in New Issue
	
	Block a user