Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating urls #134

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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