-##===- projects/Fibonacci/Makefile -------------------------*- Makefile -*-===##
+##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
-//===--- fibonacci.cpp - An example use of the JIT ----------------------===//
+//===--- examples/Fibonacci/fibonacci.cpp - An example use of the JIT -----===//
//
// The LLVM Compiler Infrastructure
//
-//===--- HowToUseJIT.cpp - An example use of the JIT ----------------------===//
+//===-- examples/HowToUseJIT/HowToUseJIT.cpp - An example use of the JIT --===//
//
// The LLVM Compiler Infrastructure
//
-##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
+##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
-##===- examples/ModuleMaker --------------------------------*- Makefile -*-===##
+##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
-//===- ModuleMaker.cpp - Example project which creates modules --*- C++ -*-===//
+//===- examples/ModuleMaker/ModuleMaker.cpp - Example project ---*- C++ -*-===//
//
// This programs is a simple example that creates an LLVM module "from scratch",
// emitting it as a bytecode file to standard out. This is just to show how