8000 fixes a 404 on bundles.html · rssh/scala.github.com@37cf917 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 37cf917

Browse files
committed
fixes a 404 on bundles.html
1 parent 781f272 commit 37cf917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/macros/bundles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ of a macro def, typechecks it as a reference to a static method and then uses th
6363
Now compilation of macro defs is extensible. Instead of using a hardcoded implementation to look up macro impls,
6464
the macro engine performs an implicit search of a `MacroCompiler` in scope and then invokes its `resolveMacroImpl` method,
6565
passing it the `DefDef` of a macro def and expecting a reference to a static method in return. Of course, `resolveMacroImpl`
66-
should itself be a macro, namely [an untyped one](/overviews/macros/untypedmacros.md), for this to work.
66+
should itself be a macro, namely [an untyped one](/overviews/macros/untypedmacros.html), for this to work.
6767

6868
trait MacroCompiler {
6969
def resolveMacroImpl(macroDef: _): _ = macro ???

0 commit comments

Comments
 (0)
0