Skip to content

Commit 8dc246d

Browse files
committed
Adding link to referenced file
Contents of file are referenced in doc; more convenient to refer to referenced file by linking to it. Using full https github link as its content in another repo. Signed-off-by: Máirín Duffy <[email protected]>
1 parent 44e7482 commit 8dc246d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdg/sdg-flow-yaml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For now, we assume that the `LLMBlock` class will choose the appropriate model p
108108

109109
Every LLMBlock references a separate prompt config file, and presumably a custom pipeline will provide custom prompt configs too.
110110

111-
These prompt config files are quite simple YAML files - they contain a single object with system, introduction, principles, examples, and generation keys. See e.g. src/instructlab/sdg/configs/skills/freeform_questions.yaml
111+
These prompt config files are quite simple YAML files - they contain a single object with system, introduction, principles, examples, and generation keys. See e.g. [src/instructlab/sdg/configs/skills/freeform_questions.yaml](https://github.com/instructlab/sdg/blob/main/src/instructlab/sdg/configs/skills/freeform_questions.yaml)
112112

113113
We will continue to use these config files unchanged, and custom files can be specified with an absolute path. Relative paths are assumed to be relative to the Python package e.g. `configs/skills/...`.
114114

0 commit comments

Comments
 (0)