Skip to content

Commit

Permalink
Updated wiki page.
Browse files Browse the repository at this point in the history
  • Loading branch information
DualBrain committed Jun 10, 2022
1 parent 0dc1d16 commit 93b5137
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" href="favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">

{% seo %}
Expand Down
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Wiki

You can find several copies of the QB64 wiki on the internet; the current official one is located at:
Although you can find several copies of the QB64 wiki on the internet, many of these exist as *backup copies* due to the past instability issues around QB64 .org and .net websites and (most likely) aren't currently maintained.

- [Wiki](https://github.com/QB64Official/qb64/wiki)
To remedy this, a recent project was begun to transition the wiki so that it is managed in the same way as the source code; meaning it is now directly managed and hosted within the [github repo](https://github.com/QB64Official/qb64). You can find this official wiki at:

- [QB64 Wiki on GitHub](https://github.com/QB64Official/qb64/wiki)

Archive / Backup:

Expand Down

0 comments on commit 93b5137

Please sign in to comment.