@@ -172,7 +172,7 @@ Chalk's functionality is broken up into the following crates:
172172 - ` coherence ` , which implements coherence rules
173173 - Also includes [ chalki] [ chalki ] , chalk's REPL.
174174
175- [ Browse source code on GitHub] ( https://github.com/rust-lang-nursery /chalk )
175+ [ Browse source code on GitHub] ( https://github.com/rust-lang/chalk )
176176
177177## Testing
178178
@@ -202,8 +202,8 @@ Likewise, lowering tests use the [`lowering_success!` and
202202
203203## More Resources
204204
205- * [ Chalk Source Code] ( https://github.com/rust-lang-nursery /chalk )
206- * [ Chalk Glossary] ( https://github.com/rust-lang-nursery /chalk/blob/master/GLOSSARY.md )
205+ * [ Chalk Source Code] ( https://github.com/rust-lang/chalk )
206+ * [ Chalk Glossary] ( https://github.com/rust-lang/chalk/blob/master/GLOSSARY.md )
207207
208208### Blog Posts
209209
@@ -224,34 +224,34 @@ Likewise, lowering tests use the [`lowering_success!` and
224224[ wf-checking ] : ./wf.html
225225
226226[ ast ] : https://en.wikipedia.org/wiki/Abstract_syntax_tree
227- [ chalk ] : https://github.com/rust-lang-nursery /chalk
228- [ rustc-issues ] : https://github.com/rust-lang-nursery /rustc-guide/issues
227+ [ chalk ] : https://github.com/rust-lang/chalk
228+ [ rustc-issues ] : https://github.com/rust-lang/rustc-guide/issues
229229[ universal quantification ] : https://en.wikipedia.org/wiki/Universal_quantification
230230
231- [ `ProgramClause` ] : https://rust-lang-nursery .github.io/chalk/doc/chalk_ir/enum.ProgramClause.html
232- [ `ProgramEnvironment` ] : https://rust-lang-nursery .github.io/chalk/doc/chalk_ir/struct.ProgramEnvironment.html
233- [ chalk_engine ] : https://rust-lang-nursery .github.io/chalk/doc/chalk_engine/index.html
234- [ chalk_ir ] : https://rust-lang-nursery .github.io/chalk/doc/chalk_ir/index.html
235- [ chalk_parse ] : https://rust-lang-nursery .github.io/chalk/doc/chalk_parse/index.html
236- [ chalk_solve ] : https://rust-lang-nursery .github.io/chalk/doc/chalk_solve/index.html
237- [ doc-chalk ] : https://rust-lang-nursery .github.io/chalk/doc/chalk/index.html
238- [ engine-context ] : https://rust-lang-nursery .github.io/chalk/doc/chalk_engine/context/index.html
239- [ rust_ir-program ] : https://rust-lang-nursery .github.io/chalk/doc/chalk/rust_ir/struct.Program.html
240- [ rust_ir ] : https://rust-lang-nursery .github.io/chalk/doc/chalk/rust_ir/index.html
241-
242- [ binders-struct ] : https://github.com/rust-lang-nursery /chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/ir.rs#L661
243- [ chalk-ast ] : https://github.com/rust-lang-nursery /chalk/blob/master/chalk-parse/src/ast.rs
244- [ chalk-test-example ] : https://github.com/rust-lang-nursery /chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L115
245- [ chalk-test-lowering-example ] : https://github.com/rust-lang-nursery /chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs#L8-L31
246- [ chalk-test-lowering ] : https://github.com/rust-lang-nursery /chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs
247- [ chalk-test-wf ] : https://github.com/rust-lang-nursery /chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf/test.rs#L1
248- [ chalki ] : https://rust-lang-nursery .github.io/chalk/doc/chalki/index.html
249- [ clause ] : https://github.com/rust-lang-nursery /chalk/blob/master/GLOSSARY.md#clause
250- [ coherence-src ] : https://github.com/rust-lang-nursery /chalk/blob/master/src/coherence.rs
251- [ ir-code ] : https://github.com/rust-lang-nursery /chalk/blob/master/src/rust_ir.rs
252- [ rules-environment ] : https://github.com/rust-lang-nursery /chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/rules.rs#L9
253- [ rules-src ] : https://github.com/rust-lang-nursery /chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules.rs
254- [ rules-wf-src ] : https://github.com/rust-lang-nursery /chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf.rs
255- [ solve_goal ] : https://github.com/rust-lang-nursery /chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L85
256- [ test-lowering-macros ] : https://github.com/rust-lang-nursery /chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test_util.rs#L21-L54
257- [ test-macro ] : https://github.com/rust-lang-nursery /chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L33
231+ [ `ProgramClause` ] : https://rust-lang.github.io/chalk/doc/chalk_ir/enum.ProgramClause.html
232+ [ `ProgramEnvironment` ] : https://rust-lang.github.io/chalk/doc/chalk_ir/struct.ProgramEnvironment.html
233+ [ chalk_engine ] : https://rust-lang.github.io/chalk/doc/chalk_engine/index.html
234+ [ chalk_ir ] : https://rust-lang.github.io/chalk/doc/chalk_ir/index.html
235+ [ chalk_parse ] : https://rust-lang.github.io/chalk/doc/chalk_parse/index.html
236+ [ chalk_solve ] : https://rust-lang.github.io/chalk/doc/chalk_solve/index.html
237+ [ doc-chalk ] : https://rust-lang.github.io/chalk/doc/chalk/index.html
238+ [ engine-context ] : https://rust-lang.github.io/chalk/doc/chalk_engine/context/index.html
239+ [ rust_ir-program ] : https://rust-lang.github.io/chalk/doc/chalk/rust_ir/struct.Program.html
240+ [ rust_ir ] : https://rust-lang.github.io/chalk/doc/chalk/rust_ir/index.html
241+
242+ [ binders-struct ] : https://github.com/rust-lang/chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/ir.rs#L661
243+ [ chalk-ast ] : https://github.com/rust-lang/chalk/blob/master/chalk-parse/src/ast.rs
244+ [ chalk-test-example ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L115
245+ [ chalk-test-lowering-example ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs#L8-L31
246+ [ chalk-test-lowering ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rust_ir/lowering/test.rs
247+ [ chalk-test-wf ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf/test.rs#L1
248+ [ chalki ] : https://rust-lang.github.io/chalk/doc/chalki/index.html
249+ [ clause ] : https://github.com/rust-lang/chalk/blob/master/GLOSSARY.md#clause
250+ [ coherence-src ] : https://github.com/rust-lang/chalk/blob/master/src/coherence.rs
251+ [ ir-code ] : https://github.com/rust-lang/chalk/blob/master/src/rust_ir.rs
252+ [ rules-environment ] : https://github.com/rust-lang/chalk/blob/94a1941a021842a5fcb35cd043145c8faae59f08/src/rules.rs#L9
253+ [ rules-src ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules.rs
254+ [ rules-wf-src ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/rules/wf.rs
255+ [ solve_goal ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L85
256+ [ test-lowering-macros ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test_util.rs#L21-L54
257+ [ test-macro ] : https://github.com/rust-lang/chalk/blob/4bce000801de31bf45c02f742a5fce335c9f035f/src/test.rs#L33
0 commit comments