You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2023/03/23 18:56:33 UTC

[daffodil-site] branch main updated: Fix broken Intellisense link for VSCode 1.2.0 release page.

This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f0cf463  Fix broken Intellisense link for VSCode 1.2.0 release page.
f0cf463 is described below

commit f0cf463fb315cfb39bb568bfc25a165ed00a706c
Author: Shane Dell <sh...@gmail.com>
AuthorDate: Thu Mar 23 10:51:32 2023 -0400

    Fix broken Intellisense link for VSCode 1.2.0 release page.
    
    Closes https://github.com/apache/daffodil-vscode/issues/365
---
 site/_vscode/1.2.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_vscode/1.2.0.md b/site/_vscode/1.2.0.md
index 65f4e91..f408712 100644
--- a/site/_vscode/1.2.0.md
+++ b/site/_vscode/1.2.0.md
@@ -22,7 +22,7 @@ This release contains new features and fixes
 * Use Apache Daffodil v3.4.0.
 * Add debug option that uses configuration of last debug.
 * Update version of node and Scala dependencies.
-* Create Wiki page for [Intellisense Documentation](https://github.com/apache/daffodil-vscode/wiki/Using-DFDL-Intelli-sense).
+* Create Wiki page for [Intellisense Documentation](https://github.com/apache/daffodil-vscode/wiki/Apache-Daffodil%E2%84%A2-Extension-for-Visual-Studio-Code#dfdl-schema-authoring-using-code-completion).
 * omega-edit updates:
     * Implement search.
     * Implement search and replace.