Skip to content

Commit

Permalink
updating urls
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Dec 4, 2023
1 parent 341c35b commit 36126bb
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/avenga/couper-vscode
repository_url: https://github.com/coupergateway/couper-vscode
options:
commits:
# filters:
Expand Down
280 changes: 140 additions & 140 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Avenga Germany GmbH
Copyright (c) 2023 Coupergateway and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Couper Configuration for Visual Studio Code

![Tests](https://github.com/avenga/couper-vscode/actions/workflows/test.yaml/badge.svg)
![Tests](https://github.com/coupergateway/couper-vscode/actions/workflows/test.yaml/badge.svg)

This extension adds Couper-specific highlighting, autocompletion, diagnostics and more to [Couper's configuration files](https://docs.couper.io/configuration/configuration-file) in Visual Studio Code.

Expand All @@ -22,7 +22,7 @@ on vscode.dev environment. See https://code.visualstudio.com/api/extension-guide

### About Couper

[Couper](https://github.com/avenga/couper) is a lightweight API gateway designed to support developers in building and operating API-driven Web projects. Acting as a proxy component it connects clients with (micro) services and adds access control and observability to the project.
[Couper](https://github.com/coupergateway/couper) is a lightweight API gateway designed to support developers in building and operating API-driven Web projects. Acting as a proxy component it connects clients with (micro) services and adds access control and observability to the project.

### [License](LICENSE)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"bugs": "https://github.com/avenga/couper-vscode/issues",
"bugs": "https://github.com/coupergateway/couper-vscode/issues",
"repository": {
"type": "git",
"url": "https://github.com/avenga/couper-vscode"
"url": "https://github.com/coupergateway/couper-vscode"
},
"homepage": "https://github.com/avenga/couper",
"homepage": "https://github.com/coupergateway/couper",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const selector = { language: 'couper' }
const providers = []

const DOCUMENTATION_URL = "https://docs.couper.io"
const EXAMPLES_URL = "https://github.com/avenga/couper-examples/tree/master/"
const EXAMPLES_URL = "https://github.com/coupergateway/couper-examples/tree/master/"
const GITHUB_ICON = "images/github.png"

function getExtension(extensionName) {
Expand Down

0 comments on commit 36126bb

Please sign in to comment.