Skip to content

Commit

Permalink
[antlir2][docs] fix source path for feature api
Browse files Browse the repository at this point in the history
Summary: This got changed to the wrong path in D59534268

Test Plan: testhard

Reviewed By: naveedgol

Differential Revision: D59666771

fbshipit-source-id: 838d32a6007b29500a484c955afb9b58f21de8ca
  • Loading branch information
vmagro authored and facebook-github-bot committed Jul 12, 2024
1 parent 0c55084 commit a72ca60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antlir/antlir2/docs/gen_api/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn format_ty(

fn main() -> Result<()> {
let starlark_path_to_template = hashmap! {
"fbcode//antlir/antlir2/features:defs.bzl" => TemplateCfg {
"fbcode//antlir/antlir2/bzl/feature:defs.bzl" => TemplateCfg {
input: "templates/features.mdx",
doc_location: "features.md",
},
Expand Down

0 comments on commit a72ca60

Please sign in to comment.