Skip to content

Commit b77ce23

Browse files
committed
Merge pull request #8 from Mic92/master
Fix link to MQL-Reference
2 parents 1204861 + 94cec0b commit b77ce23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The Freebase Database can be thought of as a huge graph of interconnected nodes
4242
knowledge (in a much more structured way than wikipedia does).
4343
That graph can be viewed at a higher level through an object-oriented lens which leads to easier interaction.
4444
To understand the fundamental Metaweb Architecture please read the official
45-
"MQL Reference guide":http://download.freebase.com/MQLReferenceGuide.pdf (with focus on Chapter 2)
45+
"MQL Reference guide":http://wiki.freebase.com/images/8/87/MQLReferenceGuide.pdf (with focus on Chapter 2)
4646
provided by Freebase.
4747

4848
In addition, you can learn a lot by employing the Freebase "Query Editor":http://www.freebase.com/tools/queryeditor/.

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737

3838
task :default => :test
3939

40-
require 'rake/rdoctask'
40+
require 'rdoc/task'
4141
Rake::RDocTask.new do |rdoc|
4242
if File.exist?('VERSION.yml')
4343
config = YAML.load(File.read('VERSION.yml'))

0 commit comments

Comments
 (0)