Skip to content

Commit

Permalink
fix the apm examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 10, 2018
1 parent 23890b3 commit 99fc836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/apm/apm.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class APMDownloads extends BaseAPMService {
static get examples() {
return [
{
previewUrl: 'dm/vim-mode',
previewUrl: 'vim-mode',
keywords: ['atom'],
},
]
Expand Down Expand Up @@ -95,7 +95,7 @@ class APMVersion extends BaseAPMService {
static get examples() {
return [
{
previewUrl: 'v/vim-mode',
previewUrl: 'vim-mode',
keywords: ['atom'],
},
]
Expand Down Expand Up @@ -133,7 +133,7 @@ class APMLicense extends BaseAPMService {
static get examples() {
return [
{
previewUrl: 'l/vim-mode',
previewUrl: 'vim-mode',
keywords: ['atom'],
},
]
Expand Down

0 comments on commit 99fc836

Please sign in to comment.