Use the right code sample file of docs

This commit is contained in:
curquiza
2025-12-05 10:51:55 +01:00
parent 5bf56279ed
commit 6d0c58c7df

View File

@@ -8,7 +8,7 @@ use regex::Regex;
use serde_json::{json, Value};
use utoipa::OpenApi;
const CODE_SAMPLES_URL: &str = "https://raw.githubusercontent.com/meilisearch/documentation/6a694aad651772cc3805fb39ab4f0d92273795de/.code-samples.meilisearch.yaml";
const CODE_SAMPLES_URL: &str = "https://raw.githubusercontent.com/meilisearch/documentation/refs/heads/main/.code-samples.meilisearch.yaml";
#[derive(Parser)]
#[command(name = "openapi-generator")]