File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323REFERENCE_CONTEXT_DESCRIPTION = config ["referenceContextDescription" ].format (PROJECT_NAME = PROJECT_NAME )
2424
2525# Use raw GitHub links for source URLs
26- RAW_BASE_URL = f"https://raw.githubusercontent.com/{ github_org } /{ docs_repo } /refs/heads/main "
26+ RAW_BASE_URL = f"https://raw.githubusercontent.com/{ github_org } /{ docs_repo } /refs/heads/master "
2727
2828
2929docs_dir = os .path .abspath (os .path .join (os .path .dirname (__file__ ), '..' )) # path to docs directory
Original file line number Diff line number Diff line change 2626output_file = os .path .join (docs_dir , 'llms-full.txt' )
2727snippet_dir = os .path .join (docs_dir , '.snippets' )
2828# GitHub raw URL base (instead of website)
29- raw_base_url = f"https://raw.githubusercontent.com/{ github_org } /{ docs_repo } /refs/heads/main "
29+ raw_base_url = f"https://raw.githubusercontent.com/{ github_org } /{ docs_repo } /refs/heads/master "
3030
3131# Regex to find lines like: --8<-- 'code/build/applications/...' and --8<-- 'http....'
3232SNIPPET_REGEX = r"--8<--\s*['\"]([^'\"]+)['\"]"
You can’t perform that action at this time.
0 commit comments