Skip to content

Commit

Permalink
fix(docs): Fix file paths for metaprogramming docs (#5826)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*

All PRs are failing the "Deploy preview for PR" CI job. This is causing
a big red X on all passing PRs.

## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
vezenovm authored Aug 26, 2024
1 parent fb5136e commit a764c5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/noir/standard_library/meta/quoted.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the expression failed to parse.

Example:

#include_code as_expr_example noir_stdlib/src/meta/quoted.nr rust
#include_code as_expr_example test_programs/noir_test_success/comptime_expr/src/main.nr rust

### as_module

Expand All @@ -39,7 +39,7 @@ stream does not parse and resolve to a valid trait constraint.

Example:

#include_code implements_example noir_stdlib/src/meta/quoted.nr rust
#include_code implements_example test_programs/compile_success_empty/comptime_type/src/main.nr rust

### as_type

Expand All @@ -48,7 +48,7 @@ Example:
Interprets this token stream as a resolved type. Panics if the token
stream doesn't parse to a type or if the type isn't a valid type in scope.

#include_code implements_example noir_stdlib/src/meta/quoted.nr rust
#include_code implements_example test_programs/compile_success_empty/comptime_type/src/main.nr rust

## Trait Implementations

Expand Down

0 comments on commit a764c5b

Please sign in to comment.