8000 Merge pull request #170 from xeno-by/master · rssh/scala.github.com@dc7063b · GitHub
[go: up one dir, main page]

Skip to content

Commit dc7063b

Browse files
committed
Merge pull request scala#170 from xeno-by/master
fixes a 404 on bundles.html
2 parents b6b12f3 + 37cf917 commit dc7063b

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