Skip to content

Commit

Permalink
Update to GitHub organization owner
Browse files Browse the repository at this point in the history
  • Loading branch information
linroid committed Dec 5, 2019
1 parent 1683e3a commit a4e38ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api_demo/components/types/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module.exports = {
type: 'image',
fetch() {
return {
url: 'https://raw.githubusercontent.com/linroid/dora-vscode/master/docs/explorer.png',
url: 'https://raw.githubusercontent.com/DoraKit/vscode-extension/master/docs/explorer.png',
summary: 'Dora 的 VSCode 开发插件',
title: 'Dora vscode extension',
link: 'https://github.com/linroid/dora-vscode',
link: 'https://github.com/DoraKit/vscode-extension',
author: {
name: 'linroid',
avatar: 'https://avatars0.githubusercontent.com/u/3192142?s=460&v=4',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "官方",
"description": "Dora 官方示例扩展仓库",
"main": "index.js",
"repository": "https://github.com:linroid/dora-addons.git",
"repository": "https://github.com:DoraKit/addons.git",
"author": "linroid <linroid@gmail.com>",
"license": "",
"scripts": {
Expand Down

0 comments on commit a4e38ff

Please sign in to comment.