mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
fix links to WordNet
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<link rel="alternate stylesheet" type="text/css" href="molto.css" title="MOLTO">
|
<link rel="alternate stylesheet" type="text/css" href="molto.css" title="MOLTO">
|
||||||
<link rel="stylesheet" type="text/css" href="../minibar/minibar.css">
|
<link rel="stylesheet" type="text/css" href="../minibar/minibar.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../syntax-editor/editor.css">
|
<link rel="stylesheet" type="text/css" href="../syntax-editor/editor.css">
|
||||||
<link rel="stylesheet" type="text/css" href="https://www.grammaticalframework.org/wordnet/gf-wordnet.css">
|
<link rel="stylesheet" type="text/css" href="../wordnet/gf-wordnet.css">
|
||||||
|
|
||||||
|
|
||||||
<link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren">
|
<link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren">
|
||||||
@@ -62,9 +62,9 @@ HTML
|
|||||||
<script type="text/javascript" src="../syntax-editor/ast.js"></script>
|
<script type="text/javascript" src="../syntax-editor/ast.js"></script>
|
||||||
<script type="text/javascript" src="../syntax-editor/editor_menu.js"></script>
|
<script type="text/javascript" src="../syntax-editor/editor_menu.js"></script>
|
||||||
<script type="text/javascript" src="../syntax-editor/editor.js"></script>
|
<script type="text/javascript" src="../syntax-editor/editor.js"></script>
|
||||||
<script type="text/javascript" src="https://www.grammaticalframework.org/wordnet/js/gf-wordnet.js"></script>
|
<script type="text/javascript" src="../wordnet/js/gf-wordnet.js"></script>
|
||||||
<script type="text/javascript" src="https://www.grammaticalframework.org/wordnet/js/tsnejs.js"></script>
|
<script type="text/javascript" src="../wordnet/js/tsnejs.js"></script>
|
||||||
<script type="text/javascript" src="https://www.grammaticalframework.org/wordnet/js/wordcloud2.js"></script>
|
<script type="text/javascript" src="../wordnet/js/wordcloud2.js"></script>
|
||||||
|
|
||||||
<div id="search_popup" class="search_popup">
|
<div id="search_popup" class="search_popup">
|
||||||
<table id="domains" class="selector">
|
<table id="domains" class="selector">
|
||||||
|
|||||||
Reference in New Issue
Block a user