File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ The Freebase Database can be thought of as a huge graph of interconnected nodes
42
42
knowledge (in a much more structured way than wikipedia does).
43
43
That graph can be viewed at a higher level through an object-oriented lens which leads to easier interaction.
44
44
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)
46
46
provided by Freebase.
47
47
48
48
In addition, you can learn a lot by employing the Freebase "Query Editor":http://www.freebase.com/tools/queryeditor/.
Original file line number Diff line number Diff line change 37
37
38
38
task :default => :test
39
39
40
- require 'rake/rdoctask '
40
+ require 'rdoc/task '
41
41
Rake ::RDocTask . new do |rdoc |
42
42
if File . exist? ( 'VERSION.yml' )
43
43
config = YAML . load ( File . read ( 'VERSION.yml' ) )
You can’t perform that action at this time.
0 commit comments